]> 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 15:03:27 +0000 (17:03 +0200)
It would fail to link -lisc without additional libraries, which should
not be required.

(cherry picked from commit 4cc7d2412f63d8878cd8c806752cc2d7b5a580ab)

lib/isc/Makefile.in

index a8986c5a45257e8ce8ab05d79c3cbee06ade381b..0fb50fa9da6fa4accb3f7c95b20687459722c3a5 100644 (file)
@@ -82,7 +82,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.