nss: quote $(FPIC), as it may have multiple flags
FPIC may be defined with more than one flag. In that case, it becomes necessary to use it inside QUOTES in a shell context. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
ad116f29ce
commit
c5f91a2a56
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=nss
|
||||
PKG_VERSION:=3.61
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:= \
|
||||
|
@ -80,7 +80,7 @@ MAKE_FLAGS += \
|
|||
NSS_USE_SYSTEM_SQLITE=1 \
|
||||
OS_ARCH=Linux \
|
||||
OS_TEST=$(ARCH) \
|
||||
fpic=$(FPIC) \
|
||||
fpic="$(FPIC)" \
|
||||
NSPR_INCLUDE_DIR=$(STAGING_DIR)/usr/include/nspr \
|
||||
SEED_ONLY_DEV_URANDOM=1 \
|
||||
NS_USE_GCC=1 \
|
||||
|
|
Loading…
Reference in a new issue