diff options
Diffstat (limited to 'package')
-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 |