[Forensics-changes] [SCM] Recursive piecewise hashing tool branch, debian, updated. debian/2.0-1-9-g1659b2d

Daniel Baumann daniel at debian.org
Thu May 28 20:50:49 UTC 2009


The following commit has been merged in the debian branch:
commit d41ca40879fec748cec6bb03c581d969b7842257
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu May 28 22:40:40 2009 +0200

    Passing flags directly to configure.

diff --git a/debian/rules b/debian/rules
index 4c08094..5bf446b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
-	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure $(CROSS) --prefix=/usr
+	./configure $(CROSS) --prefix=/usr CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
 build-stamp: config.status

-- 
Recursive piecewise hashing tool



More information about the forensics-changes mailing list