From c7d053f57402a7602155c137cd2e5406efc9224f Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 11 Aug 2006 17:55:13 +0000 Subject: [PATCH] fix pthread dependancy; closes #688 git-svn-id: svn://svn.openwrt.org/openwrt/packages@4565 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/aircrack-ng/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index 8fcc0e288..37449495b 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 -- 2.11.0