diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-07-03 06:43:41 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-07-03 06:43:41 +0000 |
commit | 4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f (patch) | |
tree | 26c70ad62f0b751cc1c8a618c352d6562861cb30 /net-analyzer/nmap/nmap-4.68.ebuild | |
parent | Support Sun Studio compiler (f95). (diff) | |
download | historical-4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f.tar.gz historical-4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f.tar.bz2 historical-4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f.zip |
Really fix bug #230443.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64
Diffstat (limited to 'net-analyzer/nmap/nmap-4.68.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-4.68.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-4.68.ebuild b/net-analyzer/nmap/nmap-4.68.ebuild index 85894d6af9b6..5422f3e84006 100644 --- a/net-analyzer/nmap/nmap-4.68.ebuild +++ b/net-analyzer/nmap/nmap-4.68.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild,v 1.2 2008/07/02 20:45:50 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild,v 1.3 2008/07/03 06:43:41 spock Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic autotools DESCRIPTION="A utility for network exploration or security auditing" HOMEPAGE="http://nmap.org/" @@ -26,6 +26,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-nolua.patch" + AT_NO_RECURSIVE=1 eautoreconf } pkg_setup() { |