summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-04-04 12:06:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-04-04 12:06:37 +0000
commitc64e907639d873fc2af759d2a913b576dc0c89fa (patch)
treec89961d03d09a842855e57a48f0690b0e42a1820
parentc319b73399547a5531d3b6fb219855fdc619ec1c (diff)
downloadmaster-31e0f0ae-c64e907639d873fc2af759d2a913b576dc0c89fa.tar.gz
master-31e0f0ae-c64e907639d873fc2af759d2a913b576dc0c89fa.tar.bz2
master-31e0f0ae-c64e907639d873fc2af759d2a913b576dc0c89fa.zip
uci: mark uci as unsafe for parallel building
SVN-Revision: 26470
-rw-r--r--package/uci/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index 702d4630b3..5a9b855002 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -22,6 +22,8 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO:=git
PKG_MIRROR_MD5SUM:=2f562ba3a4e1f759392d6e5b4d1144d7
+PKG_BUILD_PARALLEL:=0
+
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk