commit:     8de43e79e46370e4675e2d30bfc41437cc916196
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 21:06:02 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 21:06:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de43e79

sys-auth/munge-0.5.15: pick up our OpenSSL on Gentoo Prefix

override built-in hardwired paths to system with path from our Prefix,
if active

Bug: https://bugs.gentoo.org/959814
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-auth/munge/munge-0.5.15.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-auth/munge/munge-0.5.15.ebuild 
b/sys-auth/munge/munge-0.5.15.ebuild
index 08d938b84a10..9c3bd678c272 100644
--- a/sys-auth/munge/munge-0.5.15.ebuild
+++ b/sys-auth/munge/munge-0.5.15.ebuild
@@ -42,6 +42,8 @@ src_configure() {
                --with-pkgconfigdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"
                --with-systemdunitdir="$(systemd_get_systemunitdir)"
                --with-crypto-lib=$(usex gcrypt libgcrypt openssl)
+               # bug 959814, pick up OpenSSL from Gentoo Prefix
+               --with-openssl-prefix="${EPREFIX}"/usr
                $(use_enable debug)
                $(use_enable static-libs static)
        )

Reply via email to