commit d8a1867513510e5b162748c5b13f27c09092039d
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Thu Oct 22 09:46:41 2015 +0200

    - rel 20; don't contaminate libs with -L/usr/lib

 w3c-libwww-ssl.patch | 15 +++++++++++++++
 w3c-libwww.spec      |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/w3c-libwww.spec b/w3c-libwww.spec
index e0c3082..1c5b1cf 100644
--- a/w3c-libwww.spec
+++ b/w3c-libwww.spec
@@ -5,7 +5,7 @@ Summary(ru.UTF-8):      HTTP-библиотека общеупотребительн
 Summary(uk.UTF-8):     HTTP-бібліотека загальновживаного коду
 Name:          w3c-libwww
 Version:       5.4.0
-Release:       19
+Release:       20
 License:       W3C (see: 
http://www.w3.org/Consortium/Legal/copyright-software.html)
 Group:         Libraries
 Source0:       http://www.w3.org/Library/Distribution/%{name}-%{version}.tgz
diff --git a/w3c-libwww-ssl.patch b/w3c-libwww-ssl.patch
index faf8173..12a2ae2 100644
--- a/w3c-libwww-ssl.patch
+++ b/w3c-libwww-ssl.patch
@@ -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"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/w3c-libwww.git/commitdiff/d8a1867513510e5b162748c5b13f27c09092039d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to