libroxml: bump version to 2.2.3

Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Tristan Lelong 2013-09-16 14:47:49 -07:00 committed by Peter Korsgaard
parent c6715b69e4
commit c1f03f652f
2 changed files with 5 additions and 5 deletions

View File

@ -15,8 +15,8 @@ Index: a/Makefile
# options
override CPPFLAGS += -Iinc/
-override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Werror -Iinc/ $(DEFINES)
+override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Iinc/ $(DEFINES)
-override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Werror -Iinc/ $(DEFINES)
+override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Iinc/ $(DEFINES)
override LDFLAGS +=
ifeq ("$(OS)", "Darwin")

View File

@ -4,8 +4,8 @@
#
################################################################################
LIBROXML_VERSION = 2.2.2
LIBROXML_SITE = http://libroxml.googlecode.com/files
LIBROXML_VERSION = 2.2.3
LIBROXML_SITE = http://download.libroxml.net/pool/v2.x/
LIBROXML_INSTALL_STAGING = YES
define LIBROXML_BUILD_CMDS
@ -17,7 +17,7 @@ define LIBROXML_INSTALL_STAGING_CMDS
endef
define LIBROXML_INSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
$(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install
endef
define LIBROXML_UNINSTALL_STAGING_CMDS