diff options
author | Sam James <sam@gentoo.org> | 2024-09-01 08:41:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-01 10:04:22 +0100 |
commit | 16c922b4fd1d889ded3196b5aa37d6c9e511c8aa (patch) | |
tree | 93d3ef8369d9cdcff272884573d0c3974f71b5c5 /net-analyzer | |
parent | dev-util/visualvm: drop 2.1.8 (diff) | |
download | gentoo-16c922b4fd1d889ded3196b5aa37d6c9e511c8aa.tar.gz gentoo-16c922b4fd1d889ded3196b5aa37d6c9e511c8aa.tar.bz2 gentoo-16c922b4fd1d889ded3196b5aa37d6c9e511c8aa.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |