mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
4735. [bug] Add @ISC_OPENSSL_LIBS@ to isc-config. [RT #46078]
This commit is contained in:
2
CHANGES
2
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
|
4734. [contrib] Added sample configuration for DNS-over-TLS in
|
||||||
contrib/dnspriv.
|
contrib/dnspriv.
|
||||||
|
|
||||||
|
@@ -145,7 +145,7 @@ if test x"$echo_libs" = x"true"; then
|
|||||||
libs="$libs -lisccc"
|
libs="$libs -lisccc"
|
||||||
fi
|
fi
|
||||||
if test x"$libisc" = x"true" ; then
|
if test x"$libisc" = x"true" ; then
|
||||||
libs="$libs -lisc"
|
libs="$libs -lisc @ISC_OPENSSL_LIBS@"
|
||||||
needothers=true
|
needothers=true
|
||||||
fi
|
fi
|
||||||
if test x"$needothers" = x"true" ; then
|
if test x"$needothers" = x"true" ; then
|
||||||
|
Reference in New Issue
Block a user