1 ################################################################################
5 ################################################################################
7 LIBROXML_VERSION
= 2.3.0
8 LIBROXML_SITE
= http
://download.libroxml.net
/pool
/v2.x
9 LIBROXML_INSTALL_STAGING
= YES
10 LIBROXML_LICENSE
= LGPLv2.1
+ with static link exception
11 LIBROXML_LICENSE_FILES
= License.txt
13 LIBROXML_CONF_OPTS
= --disable-silent-rules
15 # libroxml forgets to compile/link with -pthread, even though it uses
16 # thread functions breaking static linking
17 LIBROXML_CONF_ENV
= CFLAGS
="$(TARGET_CFLAGS) -pthread" LIBS
="-pthread"
19 $(eval
$(autotools-package
))