commit: 193c640de65c4ab8b98bdc44d5fe939042d720ff Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com> AuthorDate: Thu May 1 16:30:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 11 00:38:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193c640d
net-nds/openldap: update prefix of module smbk5pwd Closes: https://bugs.gentoo.org/955123 Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41882 Closes: https://github.com/gentoo/gentoo/pull/41882 Signed-off-by: Sam James <sam <AT> gentoo.org> net-nds/openldap/openldap-2.5.19.ebuild | 1 + net-nds/openldap/openldap-2.6.8-r1.ebuild | 1 + net-nds/openldap/openldap-2.6.9.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-nds/openldap/openldap-2.5.19.ebuild b/net-nds/openldap/openldap-2.5.19.ebuild index 8a6b89fc30b7..cbd50fb185da 100644 --- a/net-nds/openldap/openldap-2.5.19.ebuild +++ b/net-nds/openldap/openldap-2.5.19.ebuild @@ -775,6 +775,7 @@ multilib_src_install() { einfo "Install the smbk5pwd module" cd "${S}/contrib/slapd-modules/smbk5pwd" || die emake DESTDIR="${D}" \ + prefix="${EPREFIX}/usr" \ LDAP_BUILD="${BUILD_DIR}" \ libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" install newdoc README smbk5pwd-README diff --git a/net-nds/openldap/openldap-2.6.8-r1.ebuild b/net-nds/openldap/openldap-2.6.8-r1.ebuild index a001cc4d9e3f..512535934e29 100644 --- a/net-nds/openldap/openldap-2.6.8-r1.ebuild +++ b/net-nds/openldap/openldap-2.6.8-r1.ebuild @@ -779,6 +779,7 @@ multilib_src_install() { einfo "Install the smbk5pwd module" cd "${S}/contrib/slapd-modules/smbk5pwd" || die emake DESTDIR="${D}" \ + prefix="${EPREFIX}/usr" \ LDAP_BUILD="${BUILD_DIR}" \ libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" install newdoc README smbk5pwd-README diff --git a/net-nds/openldap/openldap-2.6.9.ebuild b/net-nds/openldap/openldap-2.6.9.ebuild index b6bac7149c3e..b76192650eb4 100644 --- a/net-nds/openldap/openldap-2.6.9.ebuild +++ b/net-nds/openldap/openldap-2.6.9.ebuild @@ -787,6 +787,7 @@ multilib_src_install() { einfo "Install the smbk5pwd module" cd "${S}/contrib/slapd-modules/smbk5pwd" || die emake DESTDIR="${D}" \ + prefix="${EPREFIX}/usr" \ LDAP_BUILD="${BUILD_DIR}" \ libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" install newdoc README smbk5pwd-README
