29036f
From 5ee0a7ace7588b986f41ac68f51b315fece69094 Mon Sep 17 00:00:00 2001
29036f
From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= <pemensik@redhat.com>
29036f
Date: Wed, 1 Apr 2020 14:28:42 +0200
29036f
Subject: [PATCH] Link all required libraries to libisc
29036f
29036f
It would fail to link -lisc without additional libraries, which should
29036f
not be required.
29036f
---
29036f
 lib/isc/Makefile.in | 2 +-
29036f
 1 file changed, 1 insertion(+), 1 deletion(-)
29036f
29036f
diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in
29036f
index 1b6b4466cd..e9df8d1e17 100644
29036f
--- a/lib/isc/Makefile.in
29036f
+++ b/lib/isc/Makefile.in
29036f
@@ -81,7 +81,7 @@ SRCS =		pk11.c pk11_result.c \
29036f
 		symtab.c task.c taskpool.c timer.c \
29036f
 		tm.c version.c
29036f
 
29036f
-LIBS =		${OPENSSL_LIBS} @LIBS@
29036f
+LIBS =		${OPENSSL_LIBS} ${JSON_C_LIBS} ${LIBXML2_LIBS} ${ZLIB_LIBS} @LIBS@
29036f
 
29036f
 # Note: the order of SUBDIRS is important.
29036f
 # Attempt to disable parallel processing.
29036f
-- 
29036f
2.21.1
29036f