Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -19,9 +19,16 @@ XMLSTARLET_CONF_OPTS += \
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
XMLSTARLET_CONF_OPTS += --enable-static-libs
|
||||
XMLSTARLET_CONF_ENV = LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs libxml-2.0 libexslt` $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),-lintl)"
|
||||
XMLSTARLET_CONF_ENV = LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs libxml-2.0 libexslt`"
|
||||
else
|
||||
XMLSTARLET_CONF_OPTS += --disable-static-libs
|
||||
endif
|
||||
|
||||
HOST_XMLSTARLET_DEPENDENCIES += host-libxml2 host-libxslt
|
||||
|
||||
HOST_XMLSTARLET_CONF_OPTS += \
|
||||
--with-libxml-prefix=$(HOST_DIR)/usr \
|
||||
--with-libxslt-prefix=$(HOST_DIR)/usr
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user