summaryrefslogtreecommitdiff
path: root/package/nmap/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:16:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:16:55 +0100
commite435ddd4ee81da12e3e3e3d0433a90d539901839 (patch)
tree8822c0a9ab913f4267f4f8293a99b10a5839eb21 /package/nmap/Makefile
parent59f1e5ee4443e6210b148c58af56bef3e9a75f2b (diff)
add support for C++ packages, which need G++ compiler
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r--package/nmap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile
index 57f986ea4..0d645ff92 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -13,6 +13,7 @@ PKG_DEPENDS:= libdnet libpcap libpcre
PKG_BUILDDEP:= libdnet libpcap pcre
PKG_URL:= http://nmap.org/
PKG_SITES:= http://download.insecure.org/nmap/dist/
+PKG_NEED_CXX:= 1
PKG_CXX:= NMAP
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2