diff options
author | sb <sb@openoffice.org> | 2010-06-21 17:14:15 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-06-21 17:14:15 +0200 |
commit | 65ad69352a30353b8800a2f70874806cf137c42b (patch) | |
tree | 263e565df45508de379309238ab8f7bfcacbbdf4 | |
parent | 8027e13d54cb3a3ee748f140ceb59492af2825e9 (diff) |
sb126: #i111141# patch the file that is actually used
-rw-r--r-- | cppunit/ldflags.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/cppunit/ldflags.patch b/cppunit/ldflags.patch index cecd69a4b5ee..ee8d5ed897ce 100644 --- a/cppunit/ldflags.patch +++ b/cppunit/ldflags.patch @@ -1,10 +1,11 @@ ---- misc/cppunit-1.12.1/src/cppunit/Makefile.am Wed Feb 20 06:36:38 2008 -+++ misc/build/cppunit-1.12.1/src/cppunit/Makefile.am Mon May 3 17:00:41 2010 -@@ -63,5 +63,6 @@ +--- 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= \ + 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 |