diff options
author | 2011-09-01 15:15:37 +0000 | |
---|---|---|
committer | 2011-09-01 15:15:37 +0000 | |
commit | 22856d423c875980b6383d42b1e33469bd408a9d (patch) | |
tree | 9c5f6a2dcf7b5ce1eb0768c6107b4c6e483efe8a /net-misc/wget/files | |
parent | Remove net-misc/asterisk-app_conference which fails to build against recent A... (diff) | |
download | gentoo-2-22856d423c875980b6383d42b1e33469bd408a9d.tar.gz gentoo-2-22856d423c875980b6383d42b1e33469bd408a9d.tar.bz2 gentoo-2-22856d423c875980b6383d42b1e33469bd408a9d.zip |
Revision bump with full Gentoo Prefix support, signed off by maintainer with discussion on IRC. Remove old version.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'net-misc/wget/files')
-rw-r--r-- | net-misc/wget/files/wget-1.13-static-link-libz.patch | 28 |
1 files changed, 28 insertions, 0 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 new file mode 100644 index 000000000000..e3a1324a3a16 --- /dev/null +++ b/net-misc/wget/files/wget-1.13-static-link-libz.patch @@ -0,0 +1,28 @@ +http://bugs.gentoo.org/show_bug.cgi?id=290351 + +patch by Alan Hourihane + +* don't patch configure.ac, or one gets a reconf, bug #286848 + +*--- configure.ac.old 2009-10-23 10:36:00.000000000 +0100 +*+++ configure.ac 2009-10-23 10:06:41.000000000 +0100 +*@@ -255,7 +255,7 @@ +* ]) +* +* dnl Now actually check for -lssl +*- AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [ +*+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [z], [ +* #include <openssl/ssl.h> +* #include <openssl/x509.h> +* #include <openssl/err.h> +--- configure.old 2009-10-24 10:20:08.000000000 +0100 ++++ configure 2009-10-24 10:20:26.000000000 +0100 +@@ -27496,7 +27496,7 @@ + rpathdirs= + ltrpathdirs= + names_already_handled= +- names_next_round='ssl crypto' ++ names_next_round='ssl crypto z' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= |