2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4735. [bug] Add @ISC_OPENSSL_LIBS@ to isc-config. [RT #46078]

This commit is contained in:
Mark Andrews
2017-09-23 14:57:27 +10:00
parent e02abf7ed8
commit 2919a6d34b
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View 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