diff options
author | 2009-11-12 14:40:28 +0000 | |
---|---|---|
committer | 2009-11-12 14:40:28 +0000 | |
commit | 60bae30681c5cb43c564811af786150f7dc56da4 (patch) | |
tree | b3ea96e0e3b6a044502b0501f400ea5468e662af /dev-cpp/libassa/libassa-3.5.0.ebuild | |
parent | fix bug 2926611, patch discovered by Aidan Marks <aidan AT cisco DOT com> (diff) | |
download | gentoo-2-60bae30681c5cb43c564811af786150f7dc56da4.tar.gz gentoo-2-60bae30681c5cb43c564811af786150f7dc56da4.tar.bz2 gentoo-2-60bae30681c5cb43c564811af786150f7dc56da4.zip |
Fix sandbox access violation (bug #291108)
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libassa/libassa-3.5.0.ebuild')
-rw-r--r-- | dev-cpp/libassa/libassa-3.5.0.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/libassa/libassa-3.5.0.ebuild b/dev-cpp/libassa/libassa-3.5.0.ebuild index 3c1be770af93..288c0bb19a8b 100644 --- a/dev-cpp/libassa/libassa-3.5.0.ebuild +++ b/dev-cpp/libassa/libassa-3.5.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.4 2009/09/04 10:33:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.5 2009/11/12 14:40:28 angelos Exp $ EAPI=2 -inherit eutils +inherit autotools eutils DESCRIPTION="A networking library based on Adaptive Communication Patterns" HOMEPAGE="http://libassa.sourceforge.net/" @@ -15,7 +15,10 @@ KEYWORDS="amd64 ~x86" IUSE="" src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch + epatch "${FILESDIR}"/${P}-gcc44.patch \ + "${FILESDIR}"/${P}-dont-run-ldconfig.patch + AT_M4DIR="${S}/macros" + eautoreconf } src_install() { |