]> git.pld-linux.org Git - packages/w3c-libwww.git/blame - w3c-libwww-ssl.patch
- openssl 1.0.2g rebuild
[packages/w3c-libwww.git] / w3c-libwww-ssl.patch
CommitLineData
ce014d23
PS
1--- w3c-libwww-5.4.0/libwww-config.in.orig 1999-06-23 20:05:01.000000000 +0200
2+++ w3c-libwww-5.4.0/libwww-config.in 2008-09-19 14:59:04.000000000 +0200
3@@ -48,7 +48,7 @@
4 echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@
5 ;;
6 --libs)
7- echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
8+ echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ @LWWWSSL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
9 ;;
10 *)
11 echo "${usage}" 1>&2
d8a18675
AM
12--- w3c-libwww-5.4.0/configure.in~ 2015-10-22 09:41:53.000000000 +0200
13+++ w3c-libwww-5.4.0/configure.in 2015-10-22 09:44:07.731840971 +0200
14@@ -612,11 +612,7 @@
15 dnl Checks for libwww and OpenSSL:
16 AC_MSG_CHECKING(whether we can find OpenSSL)
17 dnl find the ssl library dir (empirical)
18-if test -d '/usr/local/ssl/lib'; then
19- ssllib="-L/usr/local/ssl/lib -lssl -lcrypto"
20-else
21- ssllib="-L/usr/lib -lssl -lcrypto"
22-fi
23+ssllib="-lssl -lcrypto"
24 dnl find the ssl include dir (empirical)
25 if test -d '/usr/local/ssl/include'; then
26 sslinc="-I/usr/local/ssl/include"
This page took 0.054486 seconds and 4 git commands to generate.