forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
420 B
Text
11 lines
420 B
Text
--- configure.in.orig Mon May 9 12:16:44 2005
|
|
+++ configure.in Fri Jun 24 17:04:44 2005
|
|
@@ -171,7 +171,7 @@
|
|
|
|
SU_SSL_CFLAGS=""
|
|
if test "$ssl" = "true"; then
|
|
- AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl")
|
|
+ AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl -lcrypto", ,-lcrypto)
|
|
if test ! "$SU_SSL_LIB"; then
|
|
AC_MSG_WARN("Cannot find libssl... ssl code in skyweb will be disabled")
|
|
ssl=false
|