[Forensics-changes] [SCM] a program to find win32 applications branch, debian, updated. debian/1.0-3-8-gaaf46e3

Daniel Baumann daniel at debian.org
Thu May 28 19:54:50 UTC 2009


The following commit has been merged in the debian branch:
commit 0e770e046fa90c1f8b94c703561002d74b2a2058
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu May 28 21:45:46 2009 +0200

    Passing flags directly to configure.

diff --git a/debian/rules b/debian/rules
index 5efcbc5..5d2fabe 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

-- 
a program to find win32 applications



More information about the forensics-changes mailing list