b731d3de37
- use proper OpenSSL hooks - take maintainership PR: 57450 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
11 lines
212 B
Text
11 lines
212 B
Text
--- configure.orig Fri Sep 27 14:47:52 2002
|
|
+++ configure Wed Oct 1 16:42:07 2003
|
|
@@ -1340,7 +1340,7 @@
|
|
#define HAVE_SSL 1
|
|
EOF
|
|
|
|
- LIBS="$LIBS -lssl"
|
|
+ LIBS="$LIBS $LDFLAGS -lssl -lcrypto"
|
|
fi
|
|
enableval=""
|
|
|