diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-03 09:15:51 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-03 09:15:51 +0100 |
commit | ee0684ff5ec0db1337d3491136bea4fd9eb9760a (patch) | |
tree | 9a935dcc2e0b435f6c3d6302b8742509fd5b50c7 | |
parent | b17755090409e723608336e1c92ddb88d2f7fc43 (diff) |
Try to avoid triggering autotools during the buildLO-BASE-INTEGRATION-DEV300_M101gr2
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.
-rw-r--r-- | cppunit/ldflags.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cppunit/ldflags.patch b/cppunit/ldflags.patch index cecd69a..2fa4746 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 + |