From 16c922b4fd1d889ded3196b5aa37d6c9e511c8aa Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 1 Sep 2024 08:41:19 +0100 Subject: net-analyzer/nmap: fix libpcre configure arg Not going to touch the older ebuilds as they work fine for now. Closes: https://bugs.gentoo.org/937837 Signed-off-by: Sam James --- net-analyzer/nmap/nmap-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-analyzer/nmap') diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 0fa4d25ff5fa..a93dbd521953 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -154,7 +154,7 @@ src_configure() { # The bundled libdnet is incompatible with the version available in the # tree, so we cannot use the system library here. --with-libdnet=included - --with-pcre="${ESYSROOT}"/usr + --with-libpcre="${ESYSROOT}"/usr --without-dpdk ) -- cgit v1.2.3-65-gdbad