[Forensics-changes] [SCM] debian-forensics/reglookup branch, debian, updated. debian/0.4.0-1-2-g1185f62

Christophe Monniez christophe.monniez at fccu.be
Tue Sep 16 11:05:58 UTC 2008


The following commit has been merged in the debian branch:
commit 1185f62467e160a2882d1fdc95504b1615f320fc
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Tue Sep 16 12:50:06 2008 +0200

    Fixing the math library issue in rules.

diff --git a/debian/rules b/debian/rules
index 848c77e..796f50d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 
-	$(MAKE) OPTS="-std=gnu89 -pedantic $(CFLAGS)" INC="-I/usr/include" LIB="-L/usr/lib"
+	$(MAKE) OPTS="-std=gnu89 -pedantic -lm $(CFLAGS)" INC="-I/usr/include" LIB="-L/usr/lib"
 
 	touch build-stamp
 

-- 
debian-forensics/reglookup



More information about the forensics-changes mailing list