From: Mark Andrews Date: Sat, 23 Sep 2017 04:57:27 +0000 (+1000) Subject: 4735. [bug] Add @ISC_OPENSSL_LIBS@ to isc-config. [RT #46078] X-Git-Tag: v9.12.0b1~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2919a6d34b4aab37c15aa20dfbba4eda55ce36e1;p=thirdparty%2Fbind9.git 4735. [bug] Add @ISC_OPENSSL_LIBS@ to isc-config. [RT #46078] --- diff --git a/CHANGES b/CHANGES index 0e87b1113c9..9b00b881ae0 100644 --- 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. diff --git a/isc-config.sh.in b/isc-config.sh.in index 642e641c176..39ca2e82f30 100644 --- a/isc-config.sh.in +++ b/isc-config.sh.in @@ -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