From: Hirokazu MORIKAWA Date: Wed, 17 Apr 2019 06:10:53 +0000 (+0900) Subject: node-mozilla-iot-gateway: fix i386 build fail X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5fb7e5ff04fab3029ec32ae938419e9b2ae7582e;p=openwrt-packages.git node-mozilla-iot-gateway: fix i386 build fail more stability for parallel build Signed-off-by: Hirokazu MORIKAWA --- diff --git a/lang/node-mozilla-iot-gateway/Makefile b/lang/node-mozilla-iot-gateway/Makefile index 2d9d34f7a..9f0d75469 100644 --- a/lang/node-mozilla-iot-gateway/Makefile +++ b/lang/node-mozilla-iot-gateway/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=mozilla-iot-gateway PKG_NAME:=node-$(PKG_NPM_NAME) PKG_VERSION:=0.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mozilla-iot/gateway/tar.gz/v$(PKG_VERSION)? @@ -49,6 +49,8 @@ endef CPU:=$(subst powerpc,ppc,$(subst aarch64,arm64,$(subst x86_64,x64,$(subst i386,ia32,$(ARCH))))) +TARGET_CFLAGS+=$(FPIC) + define Build/Compile $(MAKE_VARS) \ $(MAKE_FLAGS) \