[Forensics-changes] [SCM] debian-forensics/guymager branch, debian, updated. debian/0.5.9-3-7-g6e5e5c5

Michael Prokop mika at debian.org
Thu Mar 1 14:43:45 UTC 2012


The following commit has been merged in the debian branch:
commit 80b6d339c55c611463e6968396549d77f046085c
Author: Michael Prokop <mika at debian.org>
Date:   Thu Mar 1 12:34:16 2012 +0100

    Add debian/patches/02_adjust_ssl_flags.diff

diff --git a/debian/patches/02_adjust_ssl_flags.diff b/debian/patches/02_adjust_ssl_flags.diff
new file mode 100644
index 0000000..f7224ff
--- /dev/null
+++ b/debian/patches/02_adjust_ssl_flags.diff
@@ -0,0 +1,19 @@
+Description: disable statically linking and use ssl/crypto libs instead
+Author: Michael Prokop <mika at debian.org>
+Last-Updated: 2012-03-01
+
+--- a/guymager.pro
++++ b/guymager.pro
+@@ -165,9 +165,9 @@
+ LIBS += -ldl
+ 
+ #xou may use any of the 3 following line for the libssl hash functions
+-#LIBS += -lssl  # See also macro definitions in common.h
+-#LIBS += -lcrypto  # See also macro definitions in common.h
+-LIBS += /usr/lib/libcrypto.a
++LIBS += -lssl  # See also macro definitions in common.h
++LIBS += -lcrypto  # See also macro definitions in common.h
++#LIBS += /usr/lib/libcrypto.a
+ 
+ 
+ TRANSLATIONS  = guymager_en.ts
diff --git a/debian/patches/series b/debian/patches/series
index ccdc92d..0fc4199 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_do-not-statically-compile-against-libs.diff
+02_adjust_ssl_flags.diff

-- 
debian-forensics/guymager



More information about the forensics-changes mailing list