diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-30 18:15:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-30 18:15:23 +0000 |
commit | fc77600a9fef0ad6f5d816b94dac24e61ea1c708 (patch) | |
tree | 181bfd71c9463991cac47ab8ae97704a532ec49c /sys-libs | |
parent | Require x11-libs/qt-opengl[-egl] until bug #344513 is fixed. (diff) | |
download | gentoo-2-fc77600a9fef0ad6f5d816b94dac24e61ea1c708.tar.gz gentoo-2-fc77600a9fef0ad6f5d816b94dac24e61ea1c708.tar.bz2 gentoo-2-fc77600a9fef0ad6f5d816b94dac24e61ea1c708.zip |
Remove the libtool workarounds as it can from time to time cause rpath issues. Bug #350138 by Dan Wallis.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/pam/pam-1.1.3.ebuild | 13 |
2 files changed, 7 insertions, 12 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog index 859388531241..f34965fdbcb3 100644 --- a/sys-libs/pam/ChangeLog +++ b/sys-libs/pam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/pam # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.288 2010/12/12 06:02:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.289 2010/12/30 18:15:23 flameeyes Exp $ + + 30 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.3.ebuild: + Remove the libtool workarounds as it can from time to time cause rpath + issues. Bug #350138 by Dan Wallis. 12 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.3.ebuild, -files/Linux-PAM-1.1.3-intralinking.patch: diff --git a/sys-libs/pam/pam-1.1.3.ebuild b/sys-libs/pam/pam-1.1.3.ebuild index f90c9d1d80b8..4c8fab72c0a5 100644 --- a/sys-libs/pam/pam-1.1.3.ebuild +++ b/sys-libs/pam/pam-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild,v 1.12 2010/12/12 06:02:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild,v 1.13 2010/12/30 18:15:23 flameeyes Exp $ EAPI="3" @@ -13,8 +13,7 @@ HOMEPAGE="http://www.kernel.org/pub/linux/libs/pam/" DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)" SRC_URI="mirror://kernel/linux/libs/pam/library/${MY_P}.tar.bz2 - mirror://kernel/linux/libs/pam/documentation/${MY_P}-docs.tar.bz2 - http://dev.gentoo.org/~flameeyes/patches/pam/${MY_P}-intralinking.patch.bz2" + mirror://kernel/linux/libs/pam/documentation/${MY_P}-docs.tar.bz2" LICENSE="|| ( BSD GPL-2 )" SLOT="0" @@ -81,9 +80,6 @@ pkg_setup() { } src_prepare() { - epatch "${WORKDIR}"/${MY_P}-intralinking.patch - eautoreconf - elibtoolize } @@ -116,11 +112,6 @@ src_configure() { --with-db-uniquename=-$(db_findver sys-libs/db) \ --disable-prelude \ ${myconf} - - # This is a dirty dirty hack, but ensures that relinking is _not_ - # applied, which could cause the package to link against a - # pre-installed copy of libpam rather than the one just built. - sed -i -e 's/need_relink=yes/need_relink=no/' libtool || die } src_compile() { |