Explorar el Código

add lptread to linker flags

Waldemar Brodkorb hace 12 años
padre
commit
010cf2f3c9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package/nmap/Makefile

+ 2 - 1
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 \