diff options
author | 2011-09-06 16:43:49 +0000 | |
---|---|---|
committer | 2011-09-06 16:43:49 +0000 | |
commit | 2976979c50dddad19ee215fec8bffe5d1bc82369 (patch) | |
tree | 6c8a5755d44ebc73b9abd5912d21da4e20c94763 /net-misc/wget/files | |
parent | Version bump. (diff) | |
download | gentoo-2-2976979c50dddad19ee215fec8bffe5d1bc82369.tar.gz gentoo-2-2976979c50dddad19ee215fec8bffe5d1bc82369.tar.bz2 gentoo-2-2976979c50dddad19ee215fec8bffe5d1bc82369.zip |
Add upstream reference for path, fix commented .ac code
(Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)
Diffstat (limited to 'net-misc/wget/files')
-rw-r--r-- | net-misc/wget/files/wget-1.13-static-link-libz.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/wget/files/wget-1.13-static-link-libz.patch b/net-misc/wget/files/wget-1.13-static-link-libz.patch index e3a1324a3a16..e21bb548d840 100644 --- a/net-misc/wget/files/wget-1.13-static-link-libz.patch +++ b/net-misc/wget/files/wget-1.13-static-link-libz.patch @@ -1,3 +1,4 @@ +http://savannah.gnu.org/bugs/?34196 http://bugs.gentoo.org/show_bug.cgi?id=290351 patch by Alan Hourihane @@ -11,7 +12,7 @@ patch by Alan Hourihane * * dnl Now actually check for -lssl *- AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [ -*+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [z], [ +*+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto z], [ * #include <openssl/ssl.h> * #include <openssl/x509.h> * #include <openssl/err.h> |