]> git.pld-linux.org Git - packages/w3c-libwww.git/blob - w3c-libwww-ssl.patch
add static_libs bcond
[packages/w3c-libwww.git] / w3c-libwww-ssl.patch
1 --- w3c-libwww-5.4.2/libwww-config.in.orig      2018-02-17 09:40:57.951590790 +0100
2 +++ w3c-libwww-5.4.2/libwww-config.in   2018-02-17 09:45:11.698254561 +0100
3 @@ -48,7 +48,7 @@
4        echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@
5        ;;
6      --libs)
7 -      echo -L@libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ 
8 +      echo @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ 
9        ;;
10      *)
11        echo "${usage}" 1>&2
12 --- w3c-libwww-5.4.0/configure.ac~      2015-10-22 09:41:53.000000000 +0200
13 +++ w3c-libwww-5.4.0/configure.ac       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.041408 seconds and 3 git commands to generate.