diff options
author | Sam James <sam@gentoo.org> | 2022-04-19 23:08:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-19 23:08:23 +0100 |
commit | e5afbd004d49ecaa3a05b192a8bb0c21ea9d2f0e (patch) | |
tree | d15f5cdbc5070cd080ab7b5b4f92d0b52674de4c /sys-libs | |
parent | sys-apps/pciutils: drop unused multilib inherit (diff) | |
download | gentoo-e5afbd004d49ecaa3a05b192a8bb0c21ea9d2f0e.tar.gz gentoo-e5afbd004d49ecaa3a05b192a8bb0c21ea9d2f0e.tar.bz2 gentoo-e5afbd004d49ecaa3a05b192a8bb0c21ea9d2f0e.zip |
sys-libs/glibc: re-enable DT_HASH
It ends up breaking applications in unexpected ways (and it's not
obvious to the user what's happening), and after speaking to upstream,
it's not really even on their agenda to remove DT_HASH right now.
Bug: https://bugs.gentoo.org/347761
Bug: https://bugs.gentoo.org/527504
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 94842d8172b7..0ccad6a681c1 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -994,11 +994,6 @@ glibc_do_configure() { export libc_cv_rootsbindir="$(host_eprefix)/sbin" export libc_cv_slibdir="$(host_eprefix)/$(get_libdir)" - # We take care of patching our binutils to use both hash styles, - # and many people like to force gnu hash style only, so disable - # this overriding check. #347761 - export libc_cv_hashstyle=no - local builddir=$(builddir nptl) mkdir -p "${builddir}" cd "${builddir}" |