From 4610ade056855f0e03457857d0f704c6d5b689f2 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Sun, 3 Jun 2012 10:29:41 -0700 Subject: Fix more load/commit memory leaks This fixes some more of the memory leaks in load and commit. Some still exist in the legacy cli_new/cli_parse code. Since that code is supposed to be rewritten such that it interfaces with the rewritten commit code in a clean way, these will not be fixed right now. --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 59c7712..f2c57b7 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ cfg_opts += --mandir=\$${prefix}/share/man cfg_opts += --infodir=\$${prefix}/share/info cfg_opts += CFLAGS="$(CFLAGS)" cfg_opts += LDFLAGS="-Wl,-z,defs" +cfg_opts += CXXFLAGS="$(CXXFLAGS)" inst_opts := --sourcedir=debian/tmp clean: -- cgit v1.2.3