diff options
Diffstat (limited to 'cppunit/ldflags.patch')
-rw-r--r-- | cppunit/ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cppunit/ldflags.patch b/cppunit/ldflags.patch new file mode 100644 index 000000000000..ee8d5ed897ce --- /dev/null +++ b/cppunit/ldflags.patch @@ -0,0 +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 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 + |