diff options
author | Alexander Gabert <pappy@gentoo.org> | 2004-05-12 12:49:04 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2004-05-12 12:49:04 +0000 |
commit | 84a80ea6d89e51cb79f4622c2901704f05d3b9b9 (patch) | |
tree | 9820a969378966c825f169a3e2a31f2ef7bb0aff /net-ftp/proftpd/proftpd-1.2.9-r2.ebuild | |
parent | mask out unstable gst apps (diff) | |
download | historical-84a80ea6d89e51cb79f4622c2901704f05d3b9b9.tar.gz historical-84a80ea6d89e51cb79f4622c2901704f05d3b9b9.tar.bz2 historical-84a80ea6d89e51cb79f4622c2901704f05d3b9b9.zip |
removed hardened-gcc logic, changed to use flag logic for capability bugfix
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.2.9-r2.ebuild')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild b/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild index 21d302d83e48..a9bad0632a7a 100644 --- a/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild,v 1.5 2004/05/06 11:52:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild,v 1.6 2004/05/12 12:49:04 pappy Exp $ inherit flag-o-matic eutils @@ -77,7 +77,7 @@ src_compile() { # modules="${modules}:mod_rewrite" # bug #30359 - has_version sys-devel/hardened-gcc && echo > lib/libcap/cap_sys.c + use hardened && echo > lib/libcap/cap_sys.c has_pic && echo > lib/libcap/cap_sys.c econf \ |