forked from pool/cppunit
Build cppunit 1.12.1 Passed the spec file through spec-cleaner OBS-URL: https://build.opensuse.org/request/show/114845 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=1
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@
|
|
|