]> git.pld-linux.org Git - packages/w3c-libwww.git/blobdiff - w3c-libwww-ssl.patch
- rel 20; don't contaminate libs with -L/usr/lib
[packages/w3c-libwww.git] / w3c-libwww-ssl.patch
index faf8173f578eb30375775e9fc273bed040925bb1..12a2ae22aabf9324e475a961c2cc7e7d6f705432 100644 (file)
@@ -9,3 +9,18 @@
        ;;
      *)
        echo "${usage}" 1>&2
+--- w3c-libwww-5.4.0/configure.in~     2015-10-22 09:41:53.000000000 +0200
++++ w3c-libwww-5.4.0/configure.in      2015-10-22 09:44:07.731840971 +0200
+@@ -612,11 +612,7 @@
+ dnl Checks for libwww and OpenSSL:
+ AC_MSG_CHECKING(whether we can find OpenSSL)
+ dnl find the ssl library dir (empirical)
+-if test -d '/usr/local/ssl/lib'; then
+-  ssllib="-L/usr/local/ssl/lib -lssl -lcrypto"
+-else
+-  ssllib="-L/usr/lib -lssl -lcrypto"
+-fi
++ssllib="-lssl -lcrypto"
+ dnl find the ssl include dir (empirical)
+ if test -d '/usr/local/ssl/include'; then
+   sslinc="-I/usr/local/ssl/include"
This page took 0.078114 seconds and 4 git commands to generate.