[Forensics-changes] [SCM] Tool to help recover deleted files on ext3 filesystems branch, debian, updated. debian/0.10.1-1-2-g2dd9c6f

Daniel Baumann daniel at debian.org
Tue Dec 23 09:49:42 UTC 2008


The following commit has been merged in the debian branch:
commit f78e769da31cd1498b2f0577e6c5a44d62aeda01
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Dec 23 10:44:05 2008 +0100

    Passing flags to configure as arguments.

diff --git a/debian/rules b/debian/rules
index 1f3aa7f..9ece36d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,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 $(EXTRA)
+	./configure $(CROSS) --prefix=/usr $(EXTRA) CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
 build-stamp: config.status

-- 
Tool to help recover deleted files on ext3 filesystems



More information about the forensics-changes mailing list