diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 05:28:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 05:28:26 +0000 |
commit | 09a37ed78e8191994097e84e41ee0ff14719c7e7 (patch) | |
tree | e0614ac93e5d4c408cff1f25c856a0f9f338b45d /sys-libs/glibc/files | |
parent | Merge duplicate pkg_postinst funcs #485720#6 by Arfrever Frehtes Taifersar Ar... (diff) | |
download | gentoo-2-09a37ed78e8191994097e84e41ee0ff14719c7e7.tar.gz gentoo-2-09a37ed78e8191994097e84e41ee0ff14719c7e7.tar.bz2 gentoo-2-09a37ed78e8191994097e84e41ee0ff14719c7e7.zip |
Disable info page generation for glibc-2.16 and older #465816 by Nikos Chantziaras.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index b4d3baf9919a..e11bbdbf7e0a 100644 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ b/sys-libs/glibc/files/eblits/src_compile.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.35 2013/04/05 18:25:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.36 2013/09/30 05:28:25 vapier Exp $ glibc_do_configure() { local myconf=() @@ -100,8 +100,8 @@ glibc_do_configure() { # Overtime, generating info pages can be painful. So disable this for # versions older than the latest stable to avoid the issue (this ver - # should be updated from time to time). #464394 - if ! version_is_at_least 2.15 ; then + # should be updated from time to time). #464394 #465816 + if ! version_is_at_least 2.17 ; then export ac_cv_prog_MAKEINFO=: fi |