diff mbox

libroxml: bump version to 2.2.3

Message ID 1379351518-5771-1-git-send-email-blunderer@blunderer.org
State Accepted
Commit c1f03f652f02c4f3374d4c671698748dcaba98ab
Headers show

Commit Message

blunderer@blunderer.org Sept. 16, 2013, 5:11 p.m. UTC
From: Tristan Lelong <tristan.lelong@blunderer.org>

---
 package/libroxml/libroxml-werror.patch |    4 ++--
 package/libroxml/libroxml.mk           |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Peter Korsgaard Sept. 16, 2013, 9:03 p.m. UTC | #1
>>>>> "blunderer" == blunderer  <blunderer@blunderer.org> writes:

 blunderer> From: Tristan Lelong <tristan.lelong@blunderer.org>

Looks good. Could you please resend with your Signed-off-by: tag?

http://buildroot.net/downloads/manual/manual.html#submitting-patches

 blunderer> ---
 blunderer>  package/libroxml/libroxml-werror.patch |    4 ++--
 blunderer>  package/libroxml/libroxml.mk           |    6 +++---
 blunderer>  2 files changed, 5 insertions(+), 5 deletions(-)

 blunderer> diff --git a/package/libroxml/libroxml-werror.patch b/package/libroxml/libroxml-werror.patch
 blunderer> index a99962f..6435b01 100644
 blunderer> --- a/package/libroxml/libroxml-werror.patch
 blunderer> +++ b/package/libroxml/libroxml-werror.patch
 blunderer> @@ -15,8 +15,8 @@ Index: a/Makefile
  
 blunderer>   # options
 blunderer>   override CPPFLAGS += -Iinc/
 blunderer> --override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Werror -Iinc/ $(DEFINES)
 blunderer> -+override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Iinc/ $(DEFINES)
 blunderer> +-override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Werror -Iinc/ $(DEFINES)
 blunderer> ++override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Iinc/ $(DEFINES)
 blunderer>   override LDFLAGS += 
  
 blunderer>   ifeq ("$(OS)", "Darwin")
 blunderer> diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
 blunderer> index 76ffa14..d602513 100644
 blunderer> --- a/package/libroxml/libroxml.mk
 blunderer> +++ b/package/libroxml/libroxml.mk
 blunderer> @@ -4,8 +4,8 @@
 blunderer>  #
 blunderer>  ################################################################################
 
 blunderer> -LIBROXML_VERSION = 2.2.2
 blunderer> -LIBROXML_SITE = http://libroxml.googlecode.com/files
 blunderer> +LIBROXML_VERSION = 2.2.3
 blunderer> +LIBROXML_SITE = http://download.libroxml.net/pool/v2.x/
 blunderer>  LIBROXML_INSTALL_STAGING = YES
 
 blunderer>  define LIBROXML_BUILD_CMDS
 blunderer> @@ -17,7 +17,7 @@ define LIBROXML_INSTALL_STAGING_CMDS
 blunderer>  endef
 
 blunderer>  define LIBROXML_INSTALL_TARGET_CMDS
 blunderer> -	$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
 blunderer> +	$(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install
 blunderer>  endef
 
 blunderer>  define LIBROXML_UNINSTALL_STAGING_CMDS
 blunderer> -- 
 blunderer> 618FE3EF

 blunderer> _______________________________________________
 blunderer> buildroot mailing list
 blunderer> buildroot@busybox.net
 blunderer> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/package/libroxml/libroxml-werror.patch b/package/libroxml/libroxml-werror.patch
index a99962f..6435b01 100644
--- a/package/libroxml/libroxml-werror.patch
+++ b/package/libroxml/libroxml-werror.patch
@@ -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")
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 76ffa14..d602513 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -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