[Forensics-changes] [SCM] debian-forensics/guymager branch, debian, updated. debian/0.4.2-2-5-g966019b

Michael Prokop mika at debian.org
Thu Apr 1 23:13:25 UTC 2010


The following commit has been merged in the debian branch:
commit b3ea707e3f56979efd0cf8d66c3940267155d81e
Author: Michael Prokop <mika at debian.org>
Date:   Thu Apr 1 22:49:05 2010 +0200

    Add "-ldl -lz" to LIBS to address FTBFS with binutils-gold. [Closes: #554761]

diff --git a/guymager.pro b/guymager.pro
index 1246b0f..394427e 100644
--- a/guymager.pro
+++ b/guymager.pro
@@ -146,8 +146,8 @@ LIBS += -lguytoolsignal
 LIBS += -lguytoolsysinfo
 LIBS += -lproc
 LIBS += -lewf
-
-#LIBS += -lz
+LIBS += -ldl
+LIBS += -lz
 
 TRANSLATIONS  = guymager_en.ts
 TRANSLATIONS += guymager_de.ts

-- 
debian-forensics/guymager



More information about the forensics-changes mailing list