contrib/package: mark luci as unsafe for parallel build (i18n compiler issue)
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 3 Nov 2010 00:21:14 +0000 (00:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 3 Nov 2010 00:21:14 +0000 (00:21 +0000)
contrib/package/luci/Makefile

index 511722a..3420fde 100644 (file)
@@ -9,6 +9,8 @@ endif
 PKG_NAME:=luci
 PKG_RELEASE:=1
 
+PKG_BUILD_PARALLEL:=0
+
 ifeq ($(USELOCAL),1)
   PKG_VERSION:=0.10+svn
 else