Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/files/eblits/
Date: Wed, 30 Dec 2015 20:40:58
Message-Id: 1451508036.dfe748c6971a880e6110ee40e484895f0b57e512.vapier@gentoo
1 commit: dfe748c6971a880e6110ee40e484895f0b57e512
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 18:35:48 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 20:40:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe748c6
7
8 sys-libs/glibc: use new timezone-tools configure flag
9
10 sys-libs/glibc/files/eblits/src_configure.eblit | 5 +++++
11 1 file changed, 5 insertions(+)
12
13 diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit
14 index 954508c..99964fb 100644
15 --- a/sys-libs/glibc/files/eblits/src_configure.eblit
16 +++ b/sys-libs/glibc/files/eblits/src_configure.eblit
17 @@ -119,6 +119,11 @@ glibc_do_configure() {
18 ${EXTRA_ECONF}
19 )
20
21 + # We rely on sys-libs/timezone-data for timezone tools normally.
22 + if version_is_at_least 2.23 ; then
23 + myconf+=( $(use_enable vanilla timezone-tools) )
24 + fi
25 +
26 # There is no configure option for this and we need to export it
27 # since the glibc build will re-run configure on itself
28 export libc_cv_slibdir=/$(get_libdir)