summaryrefslogtreecommitdiff
path: root/package/nmap/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-09 17:42:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-09 17:42:16 +0200
commitc81c181e7afe707fef8a772334972cfe4d01f56c (patch)
tree81e78942d1b3211431ad048dcb88707bd2de0199 /package/nmap/Makefile
parent375255ca7ce830c93a585c46df19f796900c11fa (diff)
parent2308963c1a13cc665c5f14872a648bf382d73a04 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r--package/nmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile
index 09035c248..cd2e690d7 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -21,7 +21,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,NMAP,nmap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
+ifeq ($(ADK_TOOLCHAIN_USE_SSP),y)
LIBRARIES+=-lssp -lssp_nonshared
endif