forked from pool/cppunit
11 lines
276 B
Diff
11 lines
276 B
Diff
|
|
--- cppunit-1.12.0.orig/src/cppunit/Makefile.am
|
||
|
|
+++ cppunit-1.12.0/src/cppunit/Makefile.am
|
||
|
|
@@ -63,5 +63,6 @@
|
||
|
|
|
||
|
|
libcppunit_la_LDFLAGS= \
|
||
|
|
-no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||
|
|
- -release $(LT_RELEASE)
|
||
|
|
+ -release $(LT_RELEASE) \
|
||
|
|
+ @LIBADD_DL@
|
||
|
|
|