mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
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:
parent
dada641df2
commit
8de43e79e4
@ -42,6 +42,8 @@ src_configure() {
|
|||||||
--with-pkgconfigdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"
|
--with-pkgconfigdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"
|
||||||
--with-systemdunitdir="$(systemd_get_systemunitdir)"
|
--with-systemdunitdir="$(systemd_get_systemunitdir)"
|
||||||
--with-crypto-lib=$(usex gcrypt libgcrypt openssl)
|
--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 debug)
|
||||||
$(use_enable static-libs static)
|
$(use_enable static-libs static)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user