From 9679a18753054c72573ca9dba6f3e141b924b933 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Fri, 11 Aug 2006 17:55:13 +0000 Subject: [PATCH] fix pthread dependancy; closes #688 SVN-Revision: 4565 --- net/aircrack-ng/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2