From: Petr Menšík Date: Wed, 1 Apr 2020 12:28:42 +0000 (+0200) Subject: Link all required libraries to libisc X-Git-Tag: v9.17.1~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cc7d2412f63d8878cd8c806752cc2d7b5a580ab;p=thirdparty%2Fbind9.git Link all required libraries to libisc It would fail to link -lisc without additional libraries, which should not be required. --- diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index 1b6b4466cdd..e9df8d1e171 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -81,7 +81,7 @@ SRCS = pk11.c pk11_result.c \ symtab.c task.c taskpool.c timer.c \ tm.c version.c -LIBS = ${OPENSSL_LIBS} @LIBS@ +LIBS = ${OPENSSL_LIBS} ${JSON_C_LIBS} ${LIBXML2_LIBS} ${ZLIB_LIBS} @LIBS@ # Note: the order of SUBDIRS is important. # Attempt to disable parallel processing.