From: Mike Baker Date: Fri, 11 Aug 2006 17:55:13 +0000 (+0000) Subject: fix pthread dependancy; closes #688 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9679a18753054c72573ca9dba6f3e141b924b933 fix pthread dependancy; closes #688 SVN-Revision: 4565 --- diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index 8fcc0e288d..37449495b0 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -25,6 +25,7 @@ define Package/aircrack-ng SECTION:=net CATEGORY:=Network TITLE:=Aircrack-ng the next generation of aircrack with new features + DEPENDS:=+libpthread DESCRIPTION:=Aircrack-ng the next generation of aircrack with new features URL:=http://www.aircrack-ng.org endef