diff options
Diffstat (limited to 'net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild')
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild index 6728b193868d..ef011d9a3e90 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild,v 1.2 2012/08/15 16:38:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild,v 1.3 2012/08/15 18:29:21 flameeyes Exp $ EAPI=4 @@ -56,6 +56,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.4.12-pgsqlconfigure.patch epatch "${FILESDIR}"/${PN}-1.4.15-vserver.patch epatch "${FILESDIR}"/${PN}-1.4.15-openldap.patch + epatch "${FILESDIR}"/${P}-parallelmake.patch eautoreconf } @@ -86,11 +87,6 @@ src_configure() { sed -i -e 's:/bin/ps -axwo:/bin/ps axwo:g' config.h || die "sed failed" } -src_compile() { - # fails parallel build, fix is non-trivial - emake -j1 -} - src_install() { mv "${S}"/contrib/check_compaq_insight.pl "${S}"/contrib/check_compaq_insight.pl.msg chmod +x "${S}"/contrib/*.pl |