[Libreoffice-commits] .: Branch 'gr2' - cppunit/ldflags.patch

Martin Hosken mhosken at kemper.freedesktop.org
Thu Mar 10 00:05:33 PST 2011


 cppunit/ldflags.patch |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit ee0684ff5ec0db1337d3491136bea4fd9eb9760a
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Mar 3 09:15:51 2011 +0100

    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.

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
+ 


More information about the Libreoffice-commits mailing list