diff options
| author | Tristan Lelong <tristan.lelong@blunderer.org> | 2014-02-01 15:07:43 -0800 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-02 07:51:03 +0100 |
| commit | 267edbf9aa24faa688bcc6785ffb8d50059195f8 (patch) | |
| tree | 114731e21ec7e61975e39366b4cb67838c65d3f5 /package/libroxml/libroxml.mk | |
| parent | 1dc2e9a8317c132b4ec9cc7e714511ab61297722 (diff) | |
| download | buildroot-267edbf9aa24faa688bcc6785ffb8d50059195f8.tar.gz buildroot-267edbf9aa24faa688bcc6785ffb8d50059195f8.zip | |
libroxml: bump version to 2.3.0
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>
Diffstat (limited to 'package/libroxml/libroxml.mk')
| -rw-r--r-- | package/libroxml/libroxml.mk | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index ca32bf9383..f1b2486a0e 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -4,26 +4,12 @@ # ################################################################################ -LIBROXML_VERSION = 2.2.3 +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 -define LIBROXML_BUILD_CMDS - $(MAKE) $(TARGET_CONFIGURE_OPTS) OPTIM= -C $(@D) V=1 all -endef +LIBROXML_CONF_OPT = --disable-silent-rules -define LIBROXML_INSTALL_STAGING_CMDS - $(MAKE) DESTDIR=$(STAGING_DIR)/usr/ -C $(@D) install -endef - -define LIBROXML_INSTALL_TARGET_CMDS - $(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install -endef - -define LIBROXML_DISABLE_DOXYGEN - $(SED) 's:) doxy:):' $(@D)/Makefile -endef - -LIBROXML_POST_PATCH_HOOKS += LIBROXML_DISABLE_DOXYGEN - -$(eval $(generic-package)) +$(eval $(autotools-package)) |

