net-analyzer/tcpdump: Use ESYSROOT for crypto location

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Fixes: https://bugs.gentoo.org/699802
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Mattias Nissler
2019-11-12 11:11:34 +01:00
committed by Jeroen Roovers
parent c599dcf8b8
commit aee131e341
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ src_configure() {
$(use_enable samba smb) \
$(use_with drop-root chroot '') \
$(use_with smi) \
$(use_with ssl crypto "${EPREFIX}/usr") \
$(use_with ssl crypto "${ESYSROOT}/usr") \
$(usex drop-root "--with-user=tcpdump" "")
}

View File

@@ -66,7 +66,7 @@ src_configure() {
$(use_enable samba smb) \
$(use_with drop-root chroot '') \
$(use_with smi) \
$(use_with ssl crypto "${EPREFIX}/usr") \
$(use_with ssl crypto "${ESYSROOT}/usr") \
$(usex drop-root "--with-user=tcpdump" "")
}