diff options
author | 2011-09-19 17:07:52 +0000 | |
---|---|---|
committer | 2011-09-19 17:07:52 +0000 | |
commit | 0d3432dfa9b1c804ba82a697cb0f766ef06b1eab (patch) | |
tree | ab54d7155577b5b043f8789eababb3b821c17e16 /sys-libs/glibc/files | |
parent | Add patch for experimental progress bar module. Bug #380093 thanks to Richard... (diff) | |
download | historical-0d3432dfa9b1c804ba82a697cb0f766ef06b1eab.tar.gz historical-0d3432dfa9b1c804ba82a697cb0f766ef06b1eab.tar.bz2 historical-0d3432dfa9b1c804ba82a697cb0f766ef06b1eab.zip |
Disable forced --hash-style=both linker flags from configure.
Package-Manager: portage-2.2.0_alpha58/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index dafd2aa51e95..c47c8455ec1e 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-2011 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.17 2011/03/11 02:40:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.18 2011/09/19 17:07:52 vapier Exp $ glibc_do_configure() { local myconf @@ -92,6 +92,11 @@ glibc_do_configure() { # since the glibc build will re-run configure on itself export libc_cv_slibdir=/$(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 GBUILDDIR=${WORKDIR}/build-${ABI}-${CTARGET}-$1 mkdir -p "${GBUILDDIR}" cd "${GBUILDDIR}" |