summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-03 09:15:51 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-03 09:15:51 +0100
commitb54d64f2b8234f620b0f11fbc298dcb68119b408 (patch)
tree00c1d5f7bbec1d9ccfb9721a72fe39a75df408ff
parent223b1896e6162b86f8bfa8ca6fb913ab2f51825f (diff)
Try to avoid triggering autotools during the build
Since the version of autotools used for the rolling of the tarball and the version on a machine running the build might be different, avoid breaking builds.
Notes
split repo tag: libs-extern_LO-BASE-INTEGRATION-DEV300_M101
-rw-r--r--cppunit/ldflags.patch10
1 files changed, 6 insertions, 4 deletions
diff --git a/cppunit/ldflags.patch b/cppunit/ldflags.patch
index cecd69a4b5ee..2fa4746242a6 100644
--- a/cppunit/ldflags.patch
+++ b/cppunit/ldflags.patch
@@ -1,10 +1,12 @@
---- 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 2011-03-03 09:12:14.205508776 +0100
+@@ -300,7 +300,8 @@
- libcppunit_la_LDFLAGS= \
+ libcppunit_la_LDFLAGS = \
-no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -release $(LT_RELEASE)
+ -release $(LT_RELEASE) \
+ @LIBADD_DL@
+ all: all-am
+