mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-22 12:07:28 -07:00
12 lines
261 B
Diff
12 lines
261 B
Diff
--- 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
|
|
|