mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-vpn/libreswan: fix complication with USE=dnssec
Thanks to Alex for the analysis and reporting the bug. Closes: https://bugs.gentoo.org/908822 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -24,7 +24,7 @@ DEPEND="
|
||||
virtual/libcrypt:=
|
||||
caps? ( sys-libs/libcap-ng )
|
||||
curl? ( net-misc/curl )
|
||||
dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns:= )
|
||||
dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns:= net-dns/dnssec-root )
|
||||
ldap? ( net-nds/openldap:= )
|
||||
pam? ( sys-libs/pam )
|
||||
seccomp? ( sys-libs/libseccomp )
|
||||
@@ -66,6 +66,7 @@ src_configure() {
|
||||
use elibc_musl && append-cflags -DGLIBC_KERN_FLIP_HEADERS
|
||||
|
||||
export PREFIX=/usr
|
||||
export DEFAULT_DNSSEC_ROOTKEY_FILE=/etc/dnssec/icannbundle.pem
|
||||
export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
|
||||
export FINALDOCDIR=/usr/share/doc/${PF}/html
|
||||
export INITSYSTEM=$(usex systemd systemd openrc)
|
||||
|
||||
Reference in New Issue
Block a user