]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add /opt/local to list of locations for OpenSSL
authorMark Andrews <marka@isc.org>
Tue, 4 Jun 2019 05:35:47 +0000 (15:35 +1000)
committerMark Andrews <marka@isc.org>
Tue, 4 Jun 2019 07:58:25 +0000 (03:58 -0400)
configure
m4/ax_check_openssl.m4

index 425bb6a44c3953e61e890d1bc9dedb67bf23bfda..9a13d5f954df621624e5950057e0e947998b3b7a 100755 (executable)
--- a/configure
+++ b/configure
@@ -15656,7 +15656,7 @@ CRYPTO=OpenSSL
 #
 
     found=false
-    default_ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr/local/opt/openssl /usr/local/opt/libressl /usr"
+    default_ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/local/opt/openssl /usr/local/opt/libressl /usr"
 
 # Check whether --with-openssl was given.
 if test "${with_openssl+set}" = set; then :
 
 case $with_json_c in #(
   no) :
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for JSON_C" >&5
-$as_echo_n "checking for JSON_C... " >&6; }
-             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; } ;; #(
+     ;; #(
   detect) :
 
 pkg_failed=no
index fd308476e4f0380d504178038960671cbefe7e4b..13178866ed1f86c428b908aead3e84ebc34a7fdb 100644 (file)
@@ -36,7 +36,7 @@
 AU_ALIAS([CHECK_SSL], [AX_CHECK_OPENSSL])
 AC_DEFUN([AX_CHECK_OPENSSL], [
     found=false
-    default_ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr/local/opt/openssl /usr/local/opt/libressl /usr"
+    default_ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/local/opt/openssl /usr/local/opt/libressl /usr"
     AC_ARG_WITH([openssl],
         [AS_HELP_STRING([--with-openssl=DIR],
             [root of the OpenSSL directory])],