From: Michael Büsch Date: Sat, 16 Oct 2010 17:08:36 +0000 (+0000) Subject: cdparanoia: Internal deps are broken. Force -j1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f9fa6b446655e0e143d7f7a16b005900c5ab6408 cdparanoia: Internal deps are broken. Force -j1 SVN-Revision: 23477 --- diff --git a/utils/cdparanoia/Makefile b/utils/cdparanoia/Makefile index 76e22828ef..b5365d6d1a 100644 --- a/utils/cdparanoia/Makefile +++ b/utils/cdparanoia/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=http://downloads.xiph.org/releases/cdparanoia/ PKG_SOURCE_TARGETDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_MD5SUM:=b304bbe8ab63373924a744eac9ebc652 +# Force -j1 +PKG_JOBS:= + include $(INCLUDE_DIR)/package.mk define Package/cdparanoia