[Forensics-changes] [SCM] Data recovery program for NTFS filesystems branch, debian, updated. debian/0.9-4-9-g820d822

Daniel Baumann daniel at debian.org
Thu May 28 20:38:41 UTC 2009


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

    Passing flags directly to configure.

diff --git a/debian/rules b/debian/rules
index 280c9a0..86ec529 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

-- 
Data recovery program for NTFS filesystems



More information about the forensics-changes mailing list