diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2012-01-12 19:36:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-01-15 11:08:28 +0100 |
commit | e9334d430e9021b5178c307f36a6f3f2402c483c (patch) | |
tree | 7910b821e8f4ad11676df4abb0f1530c9ee8b912 /package/aircrack-ng | |
parent | fe2dc78a542fff353d4d75cd5e4069fff05a3d4b (diff) |
package/aircrack-ng: parallel building is problematic
Diffstat (limited to 'package/aircrack-ng')
-rw-r--r-- | package/aircrack-ng/Makefile | 2 |
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 |