Link with libraries dynamically.
Index: crm114/Makefile
===================================================================
--- crm114.orig/Makefile 2009-10-20 11:12:34.000000000 +0200
+++ crm114/Makefile 2010-01-23 15:07:03.000000000 +0100
@@ -111,7 +111,9 @@
# Comment this out if you want dynamic linking
#
# BSD users - do NOT use -static-libgcc!!!
-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