diff options
author | 2003-07-31 20:19:36 +0000 | |
---|---|---|
committer | 2003-07-31 20:19:36 +0000 | |
commit | c0553af30d4655cb43f1e4d6ce98e56bbaff0edd (patch) | |
tree | 2adbcca51642ba59e6bd956989f51e6ceee31c84 /sys-libs/glibc/glibc-2.3.2-r1.ebuild | |
parent | Removed sandbox/-fstack-protector warning (diff) | |
download | gentoo-2-c0553af30d4655cb43f1e4d6ce98e56bbaff0edd.tar.gz gentoo-2-c0553af30d4655cb43f1e4d6ce98e56bbaff0edd.tar.bz2 gentoo-2-c0553af30d4655cb43f1e4d6ce98e56bbaff0edd.zip |
Removed sandbox/-fstack-protector warning
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r1.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r1.ebuild b/sys-libs/glibc/glibc-2.3.2-r1.ebuild index 7a06111c1377..8a0f2b0d3aa3 100644 --- a/sys-libs/glibc/glibc-2.3.2-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r1.ebuild,v 1.18 2003/07/29 14:11:52 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r1.ebuild,v 1.19 2003/07/31 20:19:23 frogger Exp $ IUSE="nls pic build nptl" @@ -181,14 +181,6 @@ pkg_setup() { die "GCC too old" fi - if [ -n "`is-flag "-fstack-protector"`" -a -n "`has "sandbox" $FEATURES`" ] - then - eerror "You have both -fstack-protector and sandbox enabled" - eerror "glibc will not compile correctly with both of these enabled" - eerror "Please disable sandbox by calling emerge with FEATURES=\"-sandbox\"" - die - fi - if use_nptl then echo |