2013-06-06 23:54:10 +02:00
|
|
|
################################################################################
|
2011-07-13 12:44:42 +02:00
|
|
|
#
|
|
|
|
# libroxml
|
|
|
|
#
|
2013-06-06 23:54:10 +02:00
|
|
|
################################################################################
|
2011-07-13 12:44:42 +02:00
|
|
|
|
2014-02-02 00:07:43 +01:00
|
|
|
LIBROXML_VERSION = 2.3.0
|
2014-07-31 10:46:58 +02:00
|
|
|
LIBROXML_SITE = http://download.libroxml.net/pool/v2.x
|
2011-07-13 12:44:42 +02:00
|
|
|
LIBROXML_INSTALL_STAGING = YES
|
2017-03-30 15:43:34 +02:00
|
|
|
LIBROXML_LICENSE = LGPL-2.1+ with static link exception
|
2014-02-02 00:07:43 +01:00
|
|
|
LIBROXML_LICENSE_FILES = License.txt
|
2011-07-13 12:44:42 +02:00
|
|
|
|
2014-09-27 21:32:44 +02:00
|
|
|
LIBROXML_CONF_OPTS = --disable-silent-rules
|
2011-07-13 12:44:42 +02:00
|
|
|
|
2014-08-29 08:59:01 +02:00
|
|
|
# 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"
|
|
|
|
|
2014-02-02 00:07:43 +01:00
|
|
|
$(eval $(autotools-package))
|