summaryrefslogtreecommitdiff
path: root/cppunit/ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cppunit/ldflags.patch')
-rw-r--r--cppunit/ldflags.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/cppunit/ldflags.patch b/cppunit/ldflags.patch
index 2fa4746242a6..ee8d5ed897ce 100644
--- a/cppunit/ldflags.patch
+++ b/cppunit/ldflags.patch
@@ -1,12 +1,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 2011-03-03 09:12:14.205508776 +0100
-@@ -300,7 +300,8 @@
++++ 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@
++ -release $(LT_RELEASE) $(LIBADD_DL)
all: all-am