fix pthread dependancy; closes #688
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Aug 2006 17:55:13 +0000 (17:55 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Aug 2006 17:55:13 +0000 (17:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4565 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/aircrack-ng/Makefile

index 8fcc0e2..3744949 100644 (file)
@@ -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