Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind/files: bind-9.9.2_p1-libxml.patch
Date: Thu, 28 Mar 2013 21:45:25
Message-Id: 20130328214520.F1E3C20081@flycatcher.gentoo.org
1 idl0r 13/03/28 21:45:20
2
3 Added: bind-9.9.2_p1-libxml.patch
4 Log:
5 Fix libxml-2.9.x detection, bug 463626
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
8
9 Revision Changes Path
10 1.1 net-dns/bind/files/bind-9.9.2_p1-libxml.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/bind-9.9.2_p1-libxml.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/bind-9.9.2_p1-libxml.patch?rev=1.1&content-type=text/plain
14
15 Index: bind-9.9.2_p1-libxml.patch
16 ===================================================================
17 From dcf14b1cba822f5c1a578ef25d02b7d1fc04a17b Mon Sep 17 00:00:00 2001
18 From: Christian Ruppert <idl0r@g.o>
19 Date: Thu, 28 Mar 2013 22:37:15 +0100
20 Subject: [PATCH] Detect libxml-2.9.x properly
21
22 https://bugs.gentoo.org/463626
23
24 Signed-off-by: Christian Ruppert <idl0r@g.o>
25 ---
26 configure.in | 2 +-
27 1 file changed, 1 insertion(+), 1 deletion(-)
28
29 diff --git a/configure.in b/configure.in
30 index 9dafa48..1e743e4 100644
31 --- a/configure.in
32 +++ b/configure.in
33 @@ -1321,7 +1321,7 @@ case "$use_libxml2" in
34 ;;
35 auto|yes)
36 case X`(xml2-config --version) 2>/dev/null` in
37 - X2.[[678]].*)
38 + X2.[[6789]].*)
39 libxml2_libs=`xml2-config --libs`
40 libxml2_cflags=`xml2-config --cflags`
41 ;;
42 --
43 1.8.1.5