buildroot/package/libroxml/libroxml.mk
Fabrice Fontaine b5b9a9f28e package/libroxml: bump to version 3.0.2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-02 23:04:49 +02:00

20 lines
642 B
Makefile

################################################################################
#
# libroxml
#
################################################################################
LIBROXML_VERSION = 3.0.2
LIBROXML_SITE = http://download.libroxml.net/pool/v3.x
LIBROXML_INSTALL_STAGING = YES
LIBROXML_LICENSE = LGPL-2.1+ with static link exception
LIBROXML_LICENSE_FILES = License.txt
LIBROXML_CONF_OPTS = --disable-silent-rules
# libroxml forgets to compile/link with -pthread, even though it uses
# thread functions breaking static linking
LIBROXML_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -pthread" LIBS="-pthread"
$(eval $(autotools-package))