diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-11 13:53:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-11 13:53:31 +0000 |
commit | 1f0c4106ac563be8ad4302f4216673af96ee0884 (patch) | |
tree | 4f78889ad790bd17b9906b7805c429c943e0a375 /sys-auth | |
parent | Keyworded ~x86-fbsd wrt bug 172890 (diff) | |
download | gentoo-2-1f0c4106ac563be8ad4302f4216673af96ee0884.tar.gz gentoo-2-1f0c4106ac563be8ad4302f4216673af96ee0884.tar.bz2 gentoo-2-1f0c4106ac563be8ad4302f4216673af96ee0884.zip |
multilib fix for pam module
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 37594189c46a..d4d06d4265ca 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.9 2007/04/11 03:52:22 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.10 2007/04/11 13:53:31 cardoe Exp $ + + 11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> consolekit-0.2.1.ebuild: + multilib fix for pam module *consolekit-0.2.1 (11 Apr 2007) diff --git a/sys-auth/consolekit/consolekit-0.2.1.ebuild b/sys-auth/consolekit/consolekit-0.2.1.ebuild index 99f4cce91575..fa5c85dcd3f9 100644 --- a/sys-auth/consolekit/consolekit-0.2.1.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.1 2007/04/11 03:52:22 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.2 2007/04/11 13:53:31 cardoe Exp $ inherit eutils autotools multilib @@ -39,7 +39,7 @@ src_unpack() { src_compile() { econf $(use_enable debug) \ $(use_enable pam pam-module) \ - --with-slibdir=/$(get_libdir) \ + --with-pam-module-dir=/$(get_libdir)/security \ --with-pid-file=/var/run/consolekit.pid \ --with-dbus-services=/usr/share/dbus-1/services/ \ || die "econf failed" |