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
commit25b8646d93c9a32707d3984dc3de760240686feb (patch)
treee7f81987cc64482b28fa0cabaa9479ee352a1145 /sys-auth/nss_ldap/nss_ldap-239-r1.ebuild
parentMarked stable on mips. (diff)
downloadhistorical-25b8646d93c9a32707d3984dc3de760240686feb.tar.gz
historical-25b8646d93c9a32707d3984dc3de760240686feb.tar.bz2
historical-25b8646d93c9a32707d3984dc3de760240686feb.zip
Made multilib-aware.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'sys-auth/nss_ldap/nss_ldap-239-r1.ebuild')
-rw-r--r--sys-auth/nss_ldap/nss_ldap-239-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
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"