mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-20 21:58:03 -04:00
add /opt/local to list of locations for OpenSSL
This commit is contained in:
parent
9279641496
commit
8973d4bd16
2 changed files with 3 additions and 6 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -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 :
|
||||
|
|
@ -17024,10 +17024,7 @@ fi
|
|||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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])],
|
||||
|
|
|
|||
Loading…
Reference in a new issue