diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-29 13:29:49 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-29 13:29:49 +0000 |
commit | 2e9d071cacdb8aa9dbecf16cdd8767f54185fcb0 (patch) | |
tree | 0d900d9d9788ddcae027b6a3294f60d1b2a67f05 /net-firewall | |
parent | New upstream version. Closes #46033. (Manifest recommit) (diff) | |
download | gentoo-2-2e9d071cacdb8aa9dbecf16cdd8767f54185fcb0.tar.gz gentoo-2-2e9d071cacdb8aa9dbecf16cdd8767f54185fcb0.tar.bz2 gentoo-2-2e9d071cacdb8aa9dbecf16cdd8767f54185fcb0.zip |
*** empty log message ***
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild index b30a409c29b3..cc4bd51f8c62 100644 --- a/net-firewall/iptables/iptables-1.2.9.ebuild +++ b/net-firewall/iptables/iptables-1.2.9.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-firewall/iptables/iptables-1.2.9.ebuild,v 1.9 2004/03/09 23:30:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.10 2004/03/29 13:29:49 aliz Exp $ inherit eutils flag-o-matic @@ -19,8 +19,7 @@ DEPEND="virtual/os-headers" src_unpack() { replace-flags -O0 -O2 - unpack ${A} - cd ${S} + unpack ${A} ; cd ${S} epatch ${FILESDIR}/${PV}-files @@ -34,6 +33,8 @@ src_unpack() { } src_compile() { + check_KV + # prevent it from causing ICMP errors. # http://bugs.gentoo.org/show_bug.cgi?id=23645 filter-flags "-fstack-protector" |