summaryrefslogtreecommitdiff
path: root/cppunit/ldflags.patch
blob: 2fa4746242a6aae15e486a8464cac2ef9e6e9861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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	2011-03-03 09:12:14.205508776 +0100
@@ -300,7 +300,8 @@
 
 libcppunit_la_LDFLAGS = \
  -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -release $(LT_RELEASE)
+ -release $(LT_RELEASE) \
+ @LIBADD_DL@
 
 all: all-am