Skip to content

Instantly share code, notes, and snippets.

@1st1
Created January 28, 2018 15:07
Show Gist options
  • Save 1st1/5a82ea3ecfb788cc0cb8be3aab4dd3da to your computer and use it in GitHub Desktop.
Save 1st1/5a82ea3ecfb788cc0cb8be3aab4dd3da to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index 6ce0728af1..f82db5b684 100755
--- a/configure
+++ b/configure
@@ -16794,7 +16794,7 @@ fi
# no such luck; use some default ssldirs
if ! $found; then
- ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
+ ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr"
fi
diff --git a/m4/ax_check_openssl.m4 b/m4/ax_check_openssl.m4
index 28e48cbefb..ba738ddec2 100644
--- a/m4/ax_check_openssl.m4
+++ b/m4/ax_check_openssl.m4
@@ -63,7 +63,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [
# no such luck; use some default ssldirs
if ! $found; then
- ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
+ ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr"
fi
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment