You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-cpp/commoncpp2/files/1.8.1-parallel-build.patch

12 lines
261 B

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,6 +47,7 @@
if EXTRAS
libccext2_la_LIBADD = @THREAD_LIBS@ @BASE_LIB@ @SSL_LIBS@ @ZSTREAM_LIBS@
+libccext2_la_DEPENDENCIES = libccgnu2.la
libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS)
if GETOPT_LONG