diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 13:35:48 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 15:40:36 -0500 |
commit | dfe748c6971a880e6110ee40e484895f0b57e512 (patch) | |
tree | 8365adba10205ee797c9c9081633a5fd1f755d5c /sys-libs | |
parent | x11-wm/enlightenment: drop invalid patch added by accident (diff) | |
download | gentoo-dfe748c6971a880e6110ee40e484895f0b57e512.tar.gz gentoo-dfe748c6971a880e6110ee40e484895f0b57e512.tar.bz2 gentoo-dfe748c6971a880e6110ee40e484895f0b57e512.zip |
sys-libs/glibc: use new timezone-tools configure flag
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_configure.eblit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit index 954508ca51aa..99964fbee98e 100644 --- a/sys-libs/glibc/files/eblits/src_configure.eblit +++ b/sys-libs/glibc/files/eblits/src_configure.eblit @@ -119,6 +119,11 @@ glibc_do_configure() { ${EXTRA_ECONF} ) + # We rely on sys-libs/timezone-data for timezone tools normally. + if version_is_at_least 2.23 ; then + myconf+=( $(use_enable vanilla timezone-tools) ) + fi + # There is no configure option for this and we need to export it # since the glibc build will re-run configure on itself export libc_cv_slibdir=/$(get_libdir) |