diff options
author | Markus Ullmann <jokey@gentoo.org> | 2009-04-05 16:19:52 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2009-04-05 16:19:52 +0000 |
commit | db7a7f3baebcd2104ed0bd2afb27a0ea6c7d1307 (patch) | |
tree | 172a58e16aa5c756b072522bd84caa5bebe43806 /sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild | |
parent | Update deps again for bug #259667 (diff) | |
download | gentoo-2-db7a7f3baebcd2104ed0bd2afb27a0ea6c7d1307.tar.gz gentoo-2-db7a7f3baebcd2104ed0bd2afb27a0ea6c7d1307.tar.bz2 gentoo-2-db7a7f3baebcd2104ed0bd2afb27a0ea6c7d1307.zip |
Add patch for as-needed, bug #248403
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild')
-rw-r--r-- | sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild index 6551ef3d8651..c5d81771a6fd 100644 --- a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild +++ b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.5 2007/11/21 16:28:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.6 2009/04/05 16:19:52 jokey Exp $ + +EAPI=2 inherit flag-o-matic pam toolchain-funcs @@ -23,9 +25,9 @@ S=${WORKDIR}/${PN} # restrict tests as they're broken badly RESTRICT="test" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { + # fix as-needed per bug # 248403 + epatch "${FILESDIR}/${P}-as-needed.patch" # fix hardcoded values in Makefile sed -i -e "s:-Wall -fPIC:${CFLAGS} -Wall:" \ |