summaryrefslogtreecommitdiff
path: root/cppunit/ldflags.patch
blob: ee8d5ed897ce1dffcda922febcaaecc6f64375e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/cppunit-1.12.1/src/cppunit/Makefile.in	2008-02-20 06:59:55.000000000 +0100
+++ misc/build/cppunit-1.12.1/src/cppunit/Makefile.in	2010-06-21 17:01:38.324370072 +0200
@@ -300,7 +300,7 @@
 
 libcppunit_la_LDFLAGS = \
  -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -release $(LT_RELEASE)
+ -release $(LT_RELEASE) $(LIBADD_DL)
 
 all: all-am