Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget/files: wget-1.13-static-link-libz.patch
Date: Thu, 01 Sep 2011 15:15:58
Message-Id: 20110901151537.4BB7B2004C@flycatcher.gentoo.org
1 darkside 11/09/01 15:15:37
2
3 Added: wget-1.13-static-link-libz.patch
4 Log:
5 Revision bump with full Gentoo Prefix support, signed off by maintainer with discussion on IRC. Remove old version.
6
7 (Portage version: 2.1.10.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 net-misc/wget/files/wget-1.13-static-link-libz.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/files/wget-1.13-static-link-libz.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/files/wget-1.13-static-link-libz.patch?rev=1.1&content-type=text/plain
14
15 Index: wget-1.13-static-link-libz.patch
16 ===================================================================
17 http://bugs.gentoo.org/show_bug.cgi?id=290351
18
19 patch by Alan Hourihane
20
21 * don't patch configure.ac, or one gets a reconf, bug #286848
22
23 *--- configure.ac.old 2009-10-23 10:36:00.000000000 +0100
24 *+++ configure.ac 2009-10-23 10:06:41.000000000 +0100
25 *@@ -255,7 +255,7 @@
26 * ])
27 *
28 * dnl Now actually check for -lssl
29 *- AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [
30 *+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [z], [
31 * #include <openssl/ssl.h>
32 * #include <openssl/x509.h>
33 * #include <openssl/err.h>
34 --- configure.old 2009-10-24 10:20:08.000000000 +0100
35 +++ configure 2009-10-24 10:20:26.000000000 +0100
36 @@ -27496,7 +27496,7 @@
37 rpathdirs=
38 ltrpathdirs=
39 names_already_handled=
40 - names_next_round='ssl crypto'
41 + names_next_round='ssl crypto z'
42 while test -n "$names_next_round"; do
43 names_this_round="$names_next_round"
44 names_next_round=