b54d64f2b8
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.
11 lines
374 B
Diff
11 lines
374 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 2010-06-21 17:01:38.324370072 +0200
|
|
@@ -300,7 +300,7 @@
|
|
|
|
libcppunit_la_LDFLAGS = \
|
|
-no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
|
- -release $(LT_RELEASE)
|
|
+ -release $(LT_RELEASE) $(LIBADD_DL)
|
|
|
|
all: all-am
|
|
|