summaryrefslogtreecommitdiff
path: root/package/nmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-10 18:06:45 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-10 18:06:45 +0200
commit2b19147fc3652939ca14a0b9b5b8f3a35381ae74 (patch)
tree9197abde260006a713947a7df6cac49f5f30f01c /package/nmap
parentac5e1b10e4a45b31fdc84f77365f0c7812199754 (diff)
update uclibc++
Diffstat (limited to 'package/nmap')
-rw-r--r--package/nmap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile
index c26a53c4f..6c8726a32 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= nmap
PKG_VERSION:= 5.00
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 32d27de32166c02d670bb4a086185886
PKG_DESCR:= utility for network exploration or security auditing
PKG_SECTION:= net
@@ -22,7 +22,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,NMAP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-LIBRARIES:=-nodefaultlibs -luClibc++ -lgcc -lm
+LIBRARIES:=-nodefaultlibs -luClibc++ -lgcc -lm -lc
ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
LIBRARIES+=-lssp -lssp_nonshared
endif