diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-05 12:32:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-05 12:32:33 +0200 |
commit | 010cf2f3c9dd0f321ce6fec4ac00a7cf2d99c2a3 (patch) | |
tree | f14edac20d66c4021e6aa4f5864688dc7bf8fccb /package/nmap/Makefile | |
parent | c07ac8500075a2e113a34757adec2dfa4e60d3c1 (diff) |
add lptread to linker flags
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r-- | package/nmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index f1c7d224f..f55ab4caf 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= nmap PKG_VERSION:= 6.40 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= c0e2f3370e1fb97fb53185b15aa22aff PKG_DESCR:= utility for network exploration or security auditing PKG_SECTION:= net @@ -26,6 +26,7 @@ LIBRARIES+=-lssp -lssp_nonshared endif TARGET_CPPFLAGS+= -DNOLUA +TARGET_LDFLAGS+= -lpthread CONFIGURE_ARGS+= --without-openssl \ --without-zenmap \ --without-ndiff \ |