summaryrefslogtreecommitdiff
path: root/package/nmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
commit5bfdfbcee97c930c3c14dc3745089ac28e76ca41 (patch)
tree723a2310434afd85f68b3437e17917fcc6c5d623 /package/nmap
parent16d7827ef1aec4aab89033ed1d47ca82fa3a3ba7 (diff)
parent58d31896056e604185acf3606b99257cea519dd1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nmap')
-rw-r--r--package/nmap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile
index 35a043604..57f986ea4 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -24,16 +24,16 @@ $(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-threadsafe-statics -fno-builtin -fno-rtti -nostdinc++ \
- -I${STAGING_DIR}/usr/include/uClibc++" \
+ -I${STAGING_TARGET_DIR}/usr/include/uClibc++" \
LIBS="-nodefaultlibs -luClibc++ -lgcc -lm"
endif
CONFIGURE_ARGS+= --without-openssl \
--without-zenmap \
--without-ndiff \
--without-liblua \
- --with-libdnet="${STAGING_DIR}/usr" \
- --with-libpcap="${STAGING_DIR}/usr" \
- --with-libpcre="${STAGING_DIR}/usr"
+ --with-libdnet="${STAGING_TARGET_DIR}/usr" \
+ --with-libpcap="${STAGING_TARGET_DIR}/usr" \
+ --with-libpcre="${STAGING_TARGET_DIR}/usr"
post-install:
${INSTALL_DIR} ${IDIR_NMAP}/usr/share/nmap