Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: src_compile.eblit
Date: Mon, 30 Sep 2013 05:28:34
Message-Id: 20130930052826.322E52004C@flycatcher.gentoo.org
1 vapier 13/09/30 05:28:26
2
3 Modified: src_compile.eblit
4 Log:
5 Disable info page generation for glibc-2.16 and older #465816 by Nikos Chantziaras.
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.36 sys-libs/glibc/files/eblits/src_compile.eblit
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?r1=1.35&r2=1.36
15
16 Index: src_compile.eblit
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- src_compile.eblit 5 Apr 2013 18:25:21 -0000 1.35
23 +++ src_compile.eblit 30 Sep 2013 05:28:25 -0000 1.36
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.35 2013/04/05 18:25:21 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.36 2013/09/30 05:28:25 vapier Exp $
29
30 glibc_do_configure() {
31 local myconf=()
32 @@ -100,8 +100,8 @@
33
34 # Overtime, generating info pages can be painful. So disable this for
35 # versions older than the latest stable to avoid the issue (this ver
36 - # should be updated from time to time). #464394
37 - if ! version_is_at_least 2.15 ; then
38 + # should be updated from time to time). #464394 #465816
39 + if ! version_is_at_least 2.17 ; then
40 export ac_cv_prog_MAKEINFO=:
41 fi