From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RmB45-0000H4-Nl for garchives@archives.gentoo.org; Sat, 14 Jan 2012 21:23:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C331E08FF; Sat, 14 Jan 2012 21:22:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CF6BDE08FB for ; Sat, 14 Jan 2012 21:22:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C33F1B403E for ; Sat, 14 Jan 2012 21:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D143880051 for ; Sat, 14 Jan 2012 21:22:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b91d6a23c4e943f1bece80d1460a815811cd9b2a Date: Sat, 14 Jan 2012 21:22:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 86db717b-0f66-433b-9365-5252d4a388af X-Archives-Hash: fa222deaadf5e91bdcc2508a2c06ca9d commit: b91d6a23c4e943f1bece80d1460a815811cd9b2a Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Wed Jan 11 22:33:05 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Wed Jan 11 22:33:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Db91d6a23 sys-apps/systemd: Install PAM module into /lib*/security, as PAM does not= use /usr/lib*. (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commi= t) --- sys-apps/systemd/systemd-9999.ebuild | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/syst= emd-9999.ebuild index 574473f..85da067 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -89,8 +89,11 @@ src_prepare() { src_configure() { local myeconfargs=3D( --with-distro=3Dgentoo + # install everything to /usr --with-rootprefix=3D/usr --with-rootlibdir=3D/usr/$(get_libdir) + # but pam modules have to lie in /lib* + --with-pamlibdir=3D/$(get_libdir)/security --localstatedir=3D/var --docdir=3D/tmp/docs $(use_enable acl)