From 45e38f116cb3c06f1f8a605edf25305eff42a188 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Fri, 19 Apr 2019 09:22:23 +0900 Subject: [PATCH] node-serialport: fix i386 build fail more stability for parallel build Signed-off-by: Hirokazu MORIKAWA (cherry-picked from 1ce1ca6e0622c6ad7fb61e44b7c96b028939186a) --- lang/node-serialport/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index 1fec2e47c..9a1a755cb 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=serialport PKG_NAME:=node-$(PKG_NPM_NAME) PKG_VERSION:=6.1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/ @@ -45,7 +45,7 @@ endef CPU:=$(subst x86_64,x64,$(subst i386,ia32,$(ARCH))) -EXTRA_LDFLAGS="-L$(TOOLCHAIN_DIR)/lib/ -Wl,-rpath-link $(TOOLCHAIN_DIR)/lib/" \ +EXTRA_LDFLAGS="$(FPIC) -L$(TOOLCHAIN_DIR)/lib/ -Wl,-rpath-link $(TOOLCHAIN_DIR)/lib/" \ define Build/Compile $(MAKE_FLAGS) \