summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-04-20 20:59:29 +0000
committerJoshua Brindle <method@gentoo.org>2003-04-20 20:59:29 +0000
commit4d1755ca47f3d44b23616e73be91a90da3740bd9 (patch)
tree469adedb0411f4403d87b7b80f5d5ed30174b6e6 /sys-libs/glibc/glibc-2.3.1-r4.ebuild
parentFixing header (diff)
downloadgentoo-2-4d1755ca47f3d44b23616e73be91a90da3740bd9.tar.gz
gentoo-2-4d1755ca47f3d44b23616e73be91a90da3740bd9.tar.bz2
gentoo-2-4d1755ca47f3d44b23616e73be91a90da3740bd9.zip
if [ -n "`is-flag "-fstack-protector"`" -a -n "`has "sandbox" $FEATURES`" ]
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.1-r4.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.1-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.1-r4.ebuild b/sys-libs/glibc/glibc-2.3.1-r4.ebuild
index 1a347b4c1a13..c88d26c8382c 100644
--- a/sys-libs/glibc/glibc-2.3.1-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.3.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.1-r4.ebuild,v 1.7 2003/04/19 19:37:34 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.1-r4.ebuild,v 1.8 2003/04/20 20:59:25 method Exp $
IUSE="nls pic build"
@@ -74,7 +74,7 @@ pkg_config() {
src_unpack() {
- if [ `is-flag "-fstack-protector"` -a `has "sandbox" $FEATURES` ]
+ 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"