From: loswillios Date: Mon, 12 Sep 2011 08:12:55 +0000 (+0000) Subject: [packages] gdbm: disable parallel build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d93ce350acd78dc75d6004f038e44980d793689a;p=packages.git [packages] gdbm: disable parallel build git-svn-id: svn://svn.openwrt.org/openwrt/packages@28221 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index 06c02816f..32716d297 100644 --- a/libs/gdbm/Makefile +++ b/libs/gdbm/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdbm PKG_VERSION:=1.9.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gdbm PKG_MD5SUM:=59f6e4c4193cb875964ffbe8aa384b58 PKG_FIXUP:=libtool -PKG_BUILD_PARALLEL:=1 +PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk