[Forensics-changes] [SCM] debian-forensics/unhide branch, debian, updated. debian/20080519-6-5-gfc16582

Christophe Monniez christophe.monniez at fccu.be
Wed Feb 24 09:43:41 UTC 2010


The following commit has been merged in the debian branch:
commit 674d42c02bd135cfece8e9d96434de6f09d571c5
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Wed Feb 24 10:29:51 2010 +0100

    Adding support for pthread at compilation time.

diff --git a/debian/rules b/debian/rules
index dd32c17..f2d173f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,6 @@ override_dh_auto_clean:
 	rm -f unhide-linux26 unhide-posix unhide-tcp
 
 override_dh_auto_build:
-	gcc --static unhide-linux26.c -o unhide-linux26
+	gcc --static unhide-linux26.c -o unhide-linux26 -lpthread
 	gcc --static unhide.c -o unhide-posix
 	gcc --static unhide-tcp.c -o unhide-tcp

-- 
debian-forensics/unhide



More information about the forensics-changes mailing list