mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
xmlstarlet: use $() to reference make variables instead of ${}
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
10189569ca
commit
36305380db
@ -15,9 +15,9 @@ XMLSTARLET_DEPENDENCIES += libxml2 libxslt \
|
|||||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||||
|
|
||||||
XMLSTARLET_CONF_OPTS += \
|
XMLSTARLET_CONF_OPTS += \
|
||||||
--with-libxml-prefix=${STAGING_DIR}/usr \
|
--with-libxml-prefix=$(STAGING_DIR)/usr \
|
||||||
--with-libxslt-prefix=${STAGING_DIR}/usr \
|
--with-libxslt-prefix=$(STAGING_DIR)/usr \
|
||||||
--with-libiconv-prefix=${STAGING_DIR}/usr
|
--with-libiconv-prefix=$(STAGING_DIR)/usr
|
||||||
|
|
||||||
ifeq ($(BR2_STATIC_LIBS),y)
|
ifeq ($(BR2_STATIC_LIBS),y)
|
||||||
XMLSTARLET_CONF_OPTS += --enable-static-libs
|
XMLSTARLET_CONF_OPTS += --enable-static-libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user