Merge branch 'bug/master/libisc-link' into 'master'

Link all dependent libraries to libisc

See merge request isc-projects/bind9!3323
This commit is contained in:
Ondřej Surý
2020-04-08 15:02:59 +00:00

View File

@@ -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.