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-Target_cc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/nmap/patches/patch-Target_cc (limited to 'package/nmap/patches/patch-Target_cc') diff --git a/package/nmap/patches/patch-Target_cc b/package/nmap/patches/patch-Target_cc deleted file mode 100644 index 4358b4509..000000000 --- a/package/nmap/patches/patch-Target_cc +++ /dev/null @@ -1,15 +0,0 @@ ---- nmap-6.25.orig/Target.cc 2012-08-14 18:36:25.000000000 +0200 -+++ nmap-6.25/Target.cc 2013-07-12 13:59:19.000000000 +0200 -@@ -162,10 +162,12 @@ void Target::Recycle() { - - Target::~Target() { - FreeInternal(); -+#ifndef NOLUA - while (!scriptResults.empty()) { - scriptResults.front().clear(); - scriptResults.pop_front(); - } -+#endif - } - - void Target::FreeInternal() { -- cgit v1.2.3