summaryrefslogtreecommitdiff
path: root/package/nmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-20 20:23:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-20 20:23:01 +0100
commitb465429a7e4a1f336947ec59ef5f660db85022f0 (patch)
tree45ed682ea3d7164cb70c4a2f19becf38cd957315 /package/nmap
parent96bc4e2dbfe9ea192ffd0762093cc38c80f789c1 (diff)
fix more uclibc bulk build errors and add sfdisk/parted
- add sfdisk and parted for nfsroot installations to cfdisk - fix more uclibc bulk build errors
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 ecf92a914..269a84ce3 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -27,9 +27,9 @@ $(eval $(call PKG_template,NMAP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
TCPPFLAGS+= -DNOLUA
ifeq ($(ADK_COMPILE_NMAP_WITH_UCLIBCXX),y)
-CONFIGURE_ENV+= CXXFLAGS="-fno-builtin -fno-rtti -nostdinc++ \
+CONFIGURE_ENV+= CXXFLAGS="-fno-threadsafe-statics -fno-builtin -fno-rtti -nostdinc++ \
-I${STAGING_DIR}/usr/include/uClibc++" \
- LIBS="-nodefaultlibs -luClibc++ -lgcc"
+ LIBS="-nodefaultlibs -luClibc++ -lgcc -lm"
endif
CONFIGURE_STYLE:= gnu
CONFIGURE_ARGS+= --without-openssl \