2019-12-09 16:10:14 +00:00
|
|
|
Index: src/cppunit/Makefile.in
|
|
|
|
|
--- src/cppunit/Makefile.in.orig
|
|
|
|
|
+++ src/cppunit/Makefile.in
|
2026-05-19 19:31:46 +00:00
|
|
|
@@ -478,8 +478,7 @@ libcppunit_la_SOURCES = \
|
2008-10-24 14:49:44 +00:00
|
|
|
Win32DynamicLibraryManager.cpp
|
2006-06-01 01:36:23 +00:00
|
|
|
|
|
|
|
|
libcppunit_la_LDFLAGS = \
|
2008-10-24 14:49:44 +00:00
|
|
|
- -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
2019-12-09 16:10:14 +00:00
|
|
|
- -release $(LT_RELEASE) $(LIBADD_DL)
|
2008-10-24 14:49:44 +00:00
|
|
|
+ -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
|
|
2019-12-09 16:10:14 +00:00
|
|
|
libcppunit_la_LIBADD = $(LIBADD_DL)
|
2008-10-24 14:49:44 +00:00
|
|
|
all: all-am
|