summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2012-01-12 19:36:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-01-15 11:08:28 +0100
commite9334d430e9021b5178c307f36a6f3f2402c483c (patch)
tree7910b821e8f4ad11676df4abb0f1530c9ee8b912 /package
parentfe2dc78a542fff353d4d75cd5e4069fff05a3d4b (diff)
package/aircrack-ng: parallel building is problematic
Diffstat (limited to 'package')
-rw-r--r--package/aircrack-ng/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/aircrack-ng/Makefile b/package/aircrack-ng/Makefile
index 7bc5ec29e..6813a8ec6 100644
--- a/package/aircrack-ng/Makefile
+++ b/package/aircrack-ng/Makefile
@@ -13,6 +13,8 @@ PKG_DEPENDS:= libpthread libopenssl libpcap
PKG_BUILDDEP:= openssl libpcap
PKG_URL:= http://www.aircrack-ng.org/
PKG_SITES:= http://download.aircrack-ng.org/
+# do not build parallel, otherwise libosdep.a may not be ready when compiling airtun-ng
+PKG_NOPARALLEL:= 1
include $(TOPDIR)/mk/package.mk