From 8de43e79e46370e4675e2d30bfc41437cc916196 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 23 Nov 2025 22:06:02 +0100 Subject: [PATCH] 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 --- 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 08d938b84a101..9c3bd678c2722 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) )