summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-22 18:10:05 +0000
committerSam James <sam@gentoo.org>2021-03-22 18:10:29 +0000
commit46d10b9f93d82e1017711ee052b40d912e453b8c (patch)
treeaf551ee4b2b4d49ebf2a331bb928ab07b3182c72 /sys-auth/nss_ldap
parentapp-misc/bgrep: bumping to 0.2-p20210221 snapshot (diff)
downloadgentoo-46d10b9f93d82e1017711ee052b40d912e453b8c.tar.gz
gentoo-46d10b9f93d82e1017711ee052b40d912e453b8c.tar.bz2
gentoo-46d10b9f93d82e1017711ee052b40d912e453b8c.zip
sys-auth/nss_ldap: change libdir logic
This restores the (odd-looking) previous behaviour for now, although it seems like _that_ still needs tweaking for ARM. Fixes: 8b5133c451fba89337cf87bea32a1aec61184b32 Bug: https://bugs.gentoo.org/581306 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/nss_ldap')
-rw-r--r--sys-auth/nss_ldap/nss_ldap-265-r7.ebuild (renamed from sys-auth/nss_ldap/nss_ldap-265-r6.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/nss_ldap/nss_ldap-265-r6.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r7.ebuild
index 84c5c999f9bb..611455428f6b 100644
--- a/sys-auth/nss_ldap/nss_ldap-265-r6.ebuild
+++ b/sys-auth/nss_ldap/nss_ldap-265-r7.ebuild
@@ -106,8 +106,8 @@ multilib_src_configure() {
use debug && myconf+=( --enable-debugging )
use kerberos && myconf+=( --enable-configurable-krb5-ccname-gssapi )
- # Note: this was "${EPREFIX}/$(get_libdir)" while the 32-bit ABI ended
- # up in /usr/lib. Intentional...?
+ # Neede to be careful with changing this
+ # bug #581306
multilib_is_native_abi && myconf+=( --libdir="${EPREFIX}/usr/$(get_libdir)" )
ECONF_SOURCE=${S} econf "${myconf[@]}"