]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4735. [bug] Add @ISC_OPENSSL_LIBS@ to isc-config. [RT #46078]
authorMark Andrews <marka@isc.org>
Sat, 23 Sep 2017 04:57:27 +0000 (14:57 +1000)
committerMark Andrews <marka@isc.org>
Sat, 23 Sep 2017 04:57:27 +0000 (14:57 +1000)
CHANGES
isc-config.sh.in

diff --git a/CHANGES b/CHANGES
index 0e87b1113c9f8a2821f413d168db9581f13f22d1..9b00b881ae0cca9c2d3b876c2edf6b8b594db3ef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+4735.  [bug]           Add @ISC_OPENSSL_LIBS@ to isc-config. [RT #46078]
+
 4734.  [contrib]       Added sample configuration for DNS-over-TLS in
                        contrib/dnspriv.
 
index 642e641c1769f321613bae3c76ae4cb9fcc204b7..39ca2e82f30ade38ca555299ef3ae25d344d25f1 100644 (file)
@@ -145,7 +145,7 @@ if test x"$echo_libs" = x"true"; then
                libs="$libs -lisccc"
        fi
        if test x"$libisc" = x"true" ; then
-               libs="$libs -lisc"
+               libs="$libs -lisc @ISC_OPENSSL_LIBS@"
                needothers=true
        fi
        if test x"$needothers" = x"true" ; then