[Forensics-changes] [SCM] Recursively compute hashsums or piecewise hashings branch, debian, updated. debian/3.1-1-8-g9727ea6

Daniel Baumann daniel at debian.org
Thu May 28 19:48:32 UTC 2009


The following commit has been merged in the debian branch:
commit 5593aeeb2c48653c1763c6092d7747f718613ef7
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu May 28 21:38:52 2009 +0200

    Passing flags directly to configure.

diff --git a/debian/rules b/debian/rules
index 2549f76..651449e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,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 --mandir=\$${prefix}/share/man
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
 build-stamp:  config.status

-- 
Recursively compute hashsums or piecewise hashings



More information about the forensics-changes mailing list