summaryrefslogtreecommitdiff
path: root/net-analyzer/nmap/files/nmap-7.25-libpcre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nmap/files/nmap-7.25-libpcre.patch')
-rw-r--r--net-analyzer/nmap/files/nmap-7.25-libpcre.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-7.25-libpcre.patch b/net-analyzer/nmap/files/nmap-7.25-libpcre.patch
new file mode 100644
index 000000000000..9296dab7da7b
--- /dev/null
+++ b/net-analyzer/nmap/files/nmap-7.25-libpcre.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -522,7 +522,6 @@
+
+ # If we still don't have it, we use our own
+ if test $have_pcre != yes ; then
+- AC_CONFIG_SUBDIRS( libpcre )
+ CPPFLAGS="-I\$(top_srcdir)/$LIBPCREDIR $CPPFLAGS"
+ LIBPCRE_LIBS="$LIBPCREDIR/libpcre.a"
+ PCRE_BUILD="build-pcre"