mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 15:36:19 +04:00
Merge pull request #15169 from pprindeville/issue#14921
treewide: fix places where $(FPIC) is unquoted
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libredblack
|
||||
PKG_VERSION:=1.3
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/libredblack
|
||||
@@ -38,7 +38,7 @@ define Package/libredblack/description
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --without-rbgen
|
||||
CONFIGURE_VARS += lt_cv_prog_cc_pic=$(FPIC)
|
||||
CONFIGURE_VARS += lt_cv_prog_cc_pic="$(FPIC)"
|
||||
MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
||||
define Build/InstallDev
|
||||
|
||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=madplay
|
||||
PKG_VERSION:=0.15.2b
|
||||
PKG_RELEASE:=9
|
||||
PKG_RELEASE:=10
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/mad \
|
||||
@@ -51,7 +51,7 @@ CONFIGURE_ARGS += \
|
||||
--with-alsa
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
lt_prog_compiler_pic=$(FPIC)
|
||||
lt_prog_compiler_pic="$(FPIC)"
|
||||
|
||||
MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user