forked from amazingfate/loongoffice
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.
13 lines
377 B
Diff
13 lines
377 B
Diff
--- 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 = \
|
|
-no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
|
- -release $(LT_RELEASE)
|
|
+ -release $(LT_RELEASE) \
|
|
+ @LIBADD_DL@
|
|
|
|
all: all-am
|
|
|