SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
www/httrack/patches/patch-configure_ac
Normal file
13
www/httrack/patches/patch-configure_ac
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue