[Buildroot] [PATCH v2] package/xmlstarlet: fix host build

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Sep 2 21:12:17 UTC 2017


Hello,

On Sat,  2 Sep 2017 22:07:41 +0200, Romain Naour wrote:

> Fixes:
> src/xml_C14N.c:12:31: erreur fatale : libxml/xmlversion.h : No such file or directory
>  #include <libxml/xmlversion.h>
>                                ^
> In file included from src/trans.c:4:0:
> src/trans.h:32:30: erreur fatale : libxml/xmlmemory.h : No such file or directory
>  #include <libxml/xmlmemory.h>

Still some french messages here, so I've fixed that.

> +HOST_XMLSTARLET_CONF_OPTS += \
> +	--with-libxml-prefix=$(HOST_DIR)/usr \
> +	--with-libxslt-prefix=$(HOST_DIR)/usr \
> +	--with-libiconv-prefix=$(HOST_DIR)/usr

The last option is not needed, we don't have libiconv on the host.

Committed with those issues fixed. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list