commit:     46d10b9f93d82e1017711ee052b40d912e453b8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 18:10:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 18:10:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d10b9f

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 <AT> gentoo.org>

 sys-auth/nss_ldap/{nss_ldap-265-r6.ebuild => nss_ldap-265-r7.ebuild} | 4 ++--
 1 file 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
similarity index 97%
rename from sys-auth/nss_ldap/nss_ldap-265-r6.ebuild
rename to sys-auth/nss_ldap/nss_ldap-265-r7.ebuild
index 84c5c999f9b..611455428f6 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[@]}"

Reply via email to