commit:     16c922b4fd1d889ded3196b5aa37d6c9e511c8aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 07:41:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 09:04:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c922b4

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 <AT> gentoo.org>

 net-analyzer/nmap/nmap-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
        )
 

Reply via email to