]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DNS_OPENSSL_LIBS -> DST_OPENSSL_LIBS
authorFrancis Dupont <fdupont@isc.org>
Sun, 17 Sep 2017 09:52:49 +0000 (11:52 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sun, 17 Sep 2017 09:52:49 +0000 (11:52 +0200)
configure
configure.in

index 548fbeca95ac0a0c3d537700b79d13fd63ac878a..72fdfd3a2d08a0b6a7adfcfcaf41ef583faa7b8c 100755 (executable)
--- a/configure
+++ b/configure
@@ -17054,7 +17054,7 @@ then
                saved_cflags="$CFLAGS"
                saved_libs="$LIBS"
                CFLAGS="$CFLAGS $DST_OPENSSL_INC"
-               LIBS="$LIBS $DNS_OPENSSL_LIBS"
+               LIBS="$LIBS $DST_OPENSSL_LIBS"
                if test "$cross_compiling" = yes; then :
   want_crypto_rand="yes"
 else
index eeeb3dba21e3fba6e4c043c2dad5904124b492f1..1a8ba22695f1ee73cba8ec7d45dd86a12e6dba2c 100644 (file)
@@ -2382,7 +2382,7 @@ then
                saved_cflags="$CFLAGS"
                saved_libs="$LIBS"
                CFLAGS="$CFLAGS $DST_OPENSSL_INC"
-               LIBS="$LIBS $DNS_OPENSSL_LIBS"
+               LIBS="$LIBS $DST_OPENSSL_LIBS"
                AC_TRY_RUN([
 #include <openssl/rand.h>