diff options
Diffstat (limited to 'net-www/galeon/galeon-1.2.11.ebuild')
-rw-r--r-- | net-www/galeon/galeon-1.2.11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-www/galeon/galeon-1.2.11.ebuild b/net-www/galeon/galeon-1.2.11.ebuild index b133218c447c..5ed563c418b5 100644 --- a/net-www/galeon/galeon-1.2.11.ebuild +++ b/net-www/galeon/galeon-1.2.11.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/net-www/galeon/galeon-1.2.11.ebuild,v 1.4 2003/09/06 01:54:08 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.11.ebuild,v 1.5 2003/10/03 00:01:48 pappy Exp $ IUSE="nls" @@ -67,6 +67,9 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" # use bonobo && myconf="${myconf} --enable-gnome-file-selector" + # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml or #gentoo-hardened/irc.freenode + has_version "sys-devel/hardened-gcc" && append-flags "-yet_exec -fPIC -fstack-protector" + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ |