mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
17 lines
400 B
Diff
17 lines
400 B
Diff
|
--- ./vsf_findlibs.sh.orig 2012-03-27 21:17:41.000000000 -0500
|
||
|
+++ ./vsf_findlibs.sh 2018-05-07 16:10:58.744003755 -0500
|
||
|
@@ -68,10 +68,10 @@
|
||
|
# Solaris sendfile
|
||
|
locate_library /usr/lib/libsendfile.so && echo "-lsendfile";
|
||
|
|
||
|
-# OpenSSL
|
||
|
-if find_func SSL_library_init ssl.o; then
|
||
|
+# Always link with OpenSSL:
|
||
|
+#if find_func SSL_library_init ssl.o; then
|
||
|
echo "-lssl -lcrypto";
|
||
|
-fi
|
||
|
+#fi
|
||
|
|
||
|
exit 0;
|
||
|
|