summaryrefslogtreecommitdiff
path: root/package/nmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-07 14:37:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-07 14:37:00 +0200
commitd63d9df8e5c245214fbd94856773eba4b0c731cf (patch)
treec693fff33a22568984fe06c0be527c7428cd9eba /package/nmap
parentc84401914937ecf8a49ec3e8a5ede12221b96d14 (diff)
add gold support
Diffstat (limited to 'package/nmap')
-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