summaryrefslogtreecommitdiff
path: root/package/nmap/patches/patch-ncat_ncat_posix_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-05 12:06:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-05 12:06:12 +0200
commit0508d641f6c6613cf5c4e4a70e564ce7ea44b1dc (patch)
treec73156c58366e495317a1a2acceb9c2efcf7d2db /package/nmap/patches/patch-ncat_ncat_posix_c
parentcd459cb9dc51e6f2cace0b4b994b563f640a25f6 (diff)
fix nmap compile, update to latest upstream. uclibc++ no longer supported, because of missing dynamic_cast operator
Diffstat (limited to 'package/nmap/patches/patch-ncat_ncat_posix_c')
-rw-r--r--package/nmap/patches/patch-ncat_ncat_posix_c12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/nmap/patches/patch-ncat_ncat_posix_c b/package/nmap/patches/patch-ncat_ncat_posix_c
new file mode 100644
index 000000000..da6bb733d
--- /dev/null
+++ b/package/nmap/patches/patch-ncat_ncat_posix_c
@@ -0,0 +1,12 @@
+--- nmap-6.40.orig/ncat/ncat_posix.c 2013-07-29 02:03:01.000000000 +0200
++++ nmap-6.40/ncat/ncat_posix.c 2013-10-05 11:01:16.000000000 +0200
+@@ -122,7 +122,9 @@
+ /* $Id$ */
+
+ #include "ncat.h"
++#ifdef HAVE_LUA
+ #include "ncat_lua.h"
++#endif
+
+ char **cmdline_split(const char *cmdexec);
+