Browse Source

libpthread is required at runtime

Waldemar Brodkorb 10 years ago
parent
commit
f31f46b5d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/iw/Makefile

+ 2 - 2
package/iw/Makefile

@@ -5,11 +5,11 @@ include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		iw
 PKG_VERSION:=		3.15
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		3b77ad7ec44a865a3bb2ab6c1c463bba
 PKG_DESCR:=		tools for setting up wifi cards via netlink
 PKG_SECTION:=		net/wifi
-PKG_DEPENDS:=		libnl
+PKG_DEPENDS:=		libnl libpthread
 PKG_BUILDDEP:=		libnl
 PKG_URL:=		http://wireless.kernel.org/en/users/Documentation/iw
 PKG_SITES:=		https://www.kernel.org/pub/software/network/iw/