mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
node-hid: fix i386 build fail
more stability for parallel build
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry-picked from 1aa55f86b5)
This commit is contained in:
committed by
Rosen Penev
parent
3bdadf4d77
commit
19ee25df60
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NPM_NAME:=hid
|
PKG_NPM_NAME:=hid
|
||||||
PKG_NAME:=node-$(PKG_NPM_NAME)
|
PKG_NAME:=node-$(PKG_NPM_NAME)
|
||||||
PKG_VERSION:=0.7.2
|
PKG_VERSION:=0.7.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git
|
PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git
|
||||||
@@ -43,7 +43,7 @@ endef
|
|||||||
|
|
||||||
CPU:=$(subst x86_64,x64,$(subst i386,ia32,$(ARCH)))
|
CPU:=$(subst x86_64,x64,$(subst i386,ia32,$(ARCH)))
|
||||||
|
|
||||||
EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include/libusb-1.0
|
EXTRA_CFLAGS+=$(FPIC) -I$(STAGING_DIR)/usr/include/libusb-1.0
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
git init $(PKG_BUILD_DIR)
|
git init $(PKG_BUILD_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user