]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Link all required libraries to libisc
authorPetr Menšík <pemensik@redhat.com>
Wed, 1 Apr 2020 12:28:42 +0000 (14:28 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 8 Apr 2020 14:40:15 +0000 (14:40 +0000)
It would fail to link -lisc without additional libraries, which should
not be required.

lib/isc/Makefile.in

index 1b6b4466cddadf728907c017aa9b310f1b29ce13..e9df8d1e1712f70b4df4122961fd99234ba70249 100644 (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.