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