Package: crm114 / 20100106-10

dynamic-linking.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Link with libraries dynamically.

Index: crm114/Makefile
===================================================================
--- crm114.orig/Makefile	2011-06-19 19:14:53.000000000 +0200
+++ crm114/Makefile	2011-06-19 19:23:00.000000000 +0200
@@ -119,7 +119,9 @@
 #    BSD users - do NOT use -static-libgcc!!!
 #    Also note that this keeps valgrind from running correctly so comment
 #    it out for debugging.
-LDFLAGS += -static -static-libgcc
+# 2005-04-22 Milan Zamazal <pdm@debian.org>: Do not link statically, to comply
+#      with Debian policies.
+#LDFLAGS += -static -static-libgcc
 #    use this one if you want program profiling.
 #LDFLAGS += -static -static-libgcc -pg
 #LDFLAGS += -pg