summaryrefslogtreecommitdiff
blob: d5bfcb2b7489bf5c84417bd831eccf211c33657e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This fixes build with sys-devel/slibtool

--- cppunit-1.15.1/src/cppunit/Makefile.am
+++ cppunit-1.15.1/src/cppunit/Makefile.am
@@ -62,6 +62,6 @@
 
 libcppunit_la_LDFLAGS= \
  -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -release $(LT_RELEASE) $(LIBADD_DL)
+ $(LIBADD_DL)
 
 libcppunit_la_LIBADD = $(LIBADD_DL)