summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-03 00:21:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-03 00:21:14 +0000
commit6ba128551c3400e1b325362770d8a92902e699c0 (patch)
tree77bc119dfd4f42f887f09cbb3ad8e92eeff431a3 /contrib
parent7d32285ef4bf2aa628356d85adc597eef6b8cdd8 (diff)
contrib/package: mark luci as unsafe for parallel build (i18n compiler issue)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 511722a77..3420fdebc 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -9,6 +9,8 @@ endif
PKG_NAME:=luci
PKG_RELEASE:=1
+PKG_BUILD_PARALLEL:=0
+
ifeq ($(USELOCAL),1)
PKG_VERSION:=0.10+svn
else