267edbf9aa
Starting with version 2.3.0, libroxml is now using autotools. With autotools, the -Werror flag was dropped -> no need for the patch libroxml-0001-werror.patch With autotools, the availability of -Wno-*-unused is auto detected -> no need for the patch libroxml-0002-wno-unused-result.patch Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
457 B
Makefile
16 lines
457 B
Makefile
################################################################################
|
|
#
|
|
# libroxml
|
|
#
|
|
################################################################################
|
|
|
|
LIBROXML_VERSION = 2.3.0
|
|
LIBROXML_SITE = http://download.libroxml.net/pool/v2.x/
|
|
LIBROXML_INSTALL_STAGING = YES
|
|
LIBROXML_LICENSE = LGPLv2.1+ with static link exception
|
|
LIBROXML_LICENSE_FILES = License.txt
|
|
|
|
LIBROXML_CONF_OPT = --disable-silent-rules
|
|
|
|
$(eval $(autotools-package))
|