xref: /OK3568_Linux_fs/buildroot/package/libroxml/libroxml.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# libroxml
4#
5################################################################################
6
7LIBROXML_VERSION = 3.0.2
8LIBROXML_SITE = http://download.libroxml.net/pool/v3.x
9LIBROXML_INSTALL_STAGING = YES
10LIBROXML_LICENSE = LGPL-2.1+ with static link exception
11LIBROXML_LICENSE_FILES = License.txt
12
13LIBROXML_CONF_OPTS = --disable-silent-rules
14
15# libroxml forgets to compile/link with -pthread, even though it uses
16# thread functions breaking static linking
17LIBROXML_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -pthread" LIBS="-pthread"
18
19$(eval $(autotools-package))
20