diff options
author | 2010-05-25 13:20:57 +0000 | |
---|---|---|
committer | 2010-05-25 13:20:57 +0000 | |
commit | 4a2082fb90a15c1799522c0938bc784d4c0b696d (patch) | |
tree | 63120de4cf87401f7614c5010c235d1497ad1b52 /net-firewall/iptables/iptables-1.4.8-r1.ebuild | |
parent | Stable on amd64 wrt bug #321435 (diff) | |
download | gentoo-2-4a2082fb90a15c1799522c0938bc784d4c0b696d.tar.gz gentoo-2-4a2082fb90a15c1799522c0938bc784d4c0b696d.tar.bz2 gentoo-2-4a2082fb90a15c1799522c0938bc784d4c0b696d.zip |
Fix build issue, bug #321271, thank Eray Aslan for report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/iptables/iptables-1.4.8-r1.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.4.8-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.4.8-r1.ebuild b/net-firewall/iptables/iptables-1.4.8-r1.ebuild index 50de482ec9d2..829acc27df06 100644 --- a/net-firewall/iptables/iptables-1.4.8-r1.ebuild +++ b/net-firewall/iptables/iptables-1.4.8-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.8-r1.ebuild,v 1.1 2010/05/24 12:45:14 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.8-r1.ebuild,v 1.2 2010/05/25 13:20:57 pva Exp $ EAPI="2" -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs autotools DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" HOMEPAGE="http://www.iptables.org/" @@ -18,7 +18,9 @@ DEPEND="virtual/os-headers" RDEPEND="" src_prepare() { + epatch "${FILESDIR}/${P}-build.patch" #321271 epatch_user + eautoreconf } src_configure() { |