From 0508d641f6c6613cf5c4e4a70e564ce7ea44b1dc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 5 Oct 2013 12:06:12 +0200 Subject: fix nmap compile, update to latest upstream. uclibc++ no longer supported, because of missing dynamic_cast operator --- package/nmap/patches/patch-output_cc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 package/nmap/patches/patch-output_cc (limited to 'package/nmap/patches/patch-output_cc') diff --git a/package/nmap/patches/patch-output_cc b/package/nmap/patches/patch-output_cc deleted file mode 100644 index f43036e11..000000000 --- a/package/nmap/patches/patch-output_cc +++ /dev/null @@ -1,17 +0,0 @@ ---- nmap-6.25.orig/output.cc 2012-11-29 04:19:52.000000000 +0100 -+++ nmap-6.25/output.cc 2013-07-12 14:06:38.000000000 +0200 -@@ -2613,6 +2613,7 @@ void printdatafilepaths() { - } - } - -+#ifndef NOLUA - /*This is a helper function to determine the ordering of the script results - based on their id */ - bool comparescriptids(ScriptResult first, ScriptResult second){ -@@ -2625,5 +2626,6 @@ bool comparescriptids(ScriptResult first - else - return false; - } -+#endif - - -- cgit v1.2.3