uci: mark uci as unsafe for parallel building
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 4 Apr 2011 12:06:37 +0000 (12:06 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 4 Apr 2011 12:06:37 +0000 (12:06 +0000)
SVN-Revision: 26470

package/uci/Makefile

index 702d4630b3079ec5e694dea16b576f9fef5dfe97..5a9b85500200adddfff436985d2ce1f968e48019 100644 (file)
@@ -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