diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-11-18 08:06:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-11-18 08:06:49 +0000 |
commit | 6e274cca666d6c9e2a61a828f2531cc60a0b89cb (patch) | |
tree | 7e791a86e8bd1867615a01f8135c468de097d7fc /sys-libs | |
parent | Adding live ebuild for selinux-logsentry (diff) | |
download | gentoo-2-6e274cca666d6c9e2a61a828f2531cc60a0b89cb.tar.gz gentoo-2-6e274cca666d6c9e2a61a828f2531cc60a0b89cb.tar.bz2 gentoo-2-6e274cca666d6c9e2a61a828f2531cc60a0b89cb.zip |
Disable fortify/ssp compiler checks when build glibc headers #443632 by Andrej Gelenberg.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index ae3dad94a76d..21bb41dbfda6 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,5 +1,10 @@ # ChangeLog for sys-libs/glibc -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.906 2012/11/11 15:23:16 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.907 2012/11/18 08:06:49 vapier Exp $ + + 18 Nov 2012; Mike Frysinger <vapier@gentoo.org> + files/eblits/src_compile.eblit: + Disable fortify/ssp compiler checks when build glibc headers #443632 by Andrej + Gelenberg. 11 Nov 2012; Magnus Granberg <zorry@gentoo.org> glibc-2.16.0.ebuild, +files/2.16/glibc-2.16-hardened-pie.patch: diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index cb4cc0b05eda..355daeb9cf4e 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-2012 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.28 2012/07/03 20:07:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.29 2012/11/18 08:06:49 vapier Exp $ glibc_do_configure() { local myconf @@ -151,6 +151,7 @@ toolchain-glibc_headers_compile() { libc_cv_mlong_double_128ibm=yes \ libc_cv_ppc_machine=yes \ libc_cv_ppc_rel16=yes \ + libc_cv_predef_{fortify_source,stack_protector}=no \ libc_cv_visibility_attribute=yes \ libc_cv_z_combreloc=yes \ libc_cv_z_execstack=yes \ |