summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-30 19:25:12 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-30 19:25:12 +0000
commita52c48ba9bf018eb96400cc796606ca859ec93e6 (patch)
tree5c2e96585b6c8d5a0c3a14c707c2d785ade1d787 /sys-auth
parentMarked stable on mips. (diff)
downloadgentoo-2-a52c48ba9bf018eb96400cc796606ca859ec93e6.tar.gz
gentoo-2-a52c48ba9bf018eb96400cc796606ca859ec93e6.tar.bz2
gentoo-2-a52c48ba9bf018eb96400cc796606ca859ec93e6.zip
Made multilib-aware.
(Portage version: 2.1_pre2)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/nss_ldap/ChangeLog5
-rw-r--r--sys-auth/nss_ldap/nss_ldap-239-r1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/nss_ldap/ChangeLog b/sys-auth/nss_ldap/ChangeLog
index 4b0575ce1ae2..fa0807e53ddb 100644
--- a/sys-auth/nss_ldap/ChangeLog
+++ b/sys-auth/nss_ldap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/nss_ldap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.13 2005/10/03 07:17:43 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.14 2005/12/30 19:25:12 flameeyes Exp $
+
+ 30 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> nss_ldap-239-r1.ebuild:
+ Made multilib-aware.
03 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
nss_ldap-239-r1.ebuild:
diff --git a/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild b/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild
index ab18472757c1..5820975b6012 100644
--- a/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild
+++ b/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v 1.9 2005/10/03 07:17:43 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v 1.10 2005/12/30 19:25:12 flameeyes Exp $
-inherit fixheadtails eutils gnuconfig
+inherit fixheadtails eutils gnuconfig multilib
IUSE="debug"
@@ -34,7 +34,7 @@ src_compile() {
econf \
--with-ldap-lib=openldap \
- --libdir=/lib \
+ --libdir=/$(get_libdir) \
--enable-schema-mapping \
--enable-paged-results \
--enable-rfc2307bis \
@@ -44,7 +44,7 @@ src_compile() {
}
src_install() {
- dodir /lib
+ dodir /$(get_libdir)
make DESTDIR=${D} install || die "make install failed"