Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@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: Tue, 06 Sep 2011 16:43:59
Message-Id: 20110906164349.E09462004C@flycatcher.gentoo.org
1 grobian 11/09/06 16:43:49
2
3 Modified: wget-1.13-static-link-libz.patch
4 Log:
5 Add upstream reference for path, fix commented .ac code
6
7 (Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 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.2&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.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/files/wget-1.13-static-link-libz.patch?r1=1.1&r2=1.2
15
16 Index: wget-1.13-static-link-libz.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/files/wget-1.13-static-link-libz.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wget-1.13-static-link-libz.patch 1 Sep 2011 15:15:37 -0000 1.1
23 +++ wget-1.13-static-link-libz.patch 6 Sep 2011 16:43:49 -0000 1.2
24 @@ -1,3 +1,4 @@
25 +http://savannah.gnu.org/bugs/?34196
26 http://bugs.gentoo.org/show_bug.cgi?id=290351
27
28 patch by Alan Hourihane
29 @@ -11,7 +12,7 @@
30 *
31 * dnl Now actually check for -lssl
32 *- AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [
33 -*+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [z], [
34 +*+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto z], [
35 * #include <openssl/ssl.h>
36 * #include <openssl/x509.h>
37 * #include <openssl/err.h>