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@gentoo.org>
This commit is contained in:
Fabian Groffen 2025-11-23 22:06:02 +01:00
parent dada641df2
commit 8de43e79e4
No known key found for this signature in database
GPG Key ID: CE95DA854E444293

View File

@ -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)
)