SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Fix SSL library detection.
--- configure.ac.ports.orig Sun Mar 15 17:47:27 2015
+++ configure.ac Sat May 9 13:49:28 2015
@@ -171,7 +171,8 @@ AC_CHECK_LIB(ssl, SSL_library_init,
else
AC_MSG_RESULT([not available])
fi
- ]
+ ],
+ [-lcrypto]
)
LIBS=$SAVE_LIBS
AC_SUBST(OPENSSL_LIBS)