xerces: Update

This commit is contained in:
Timothy Gu 2015-06-18 19:01:48 -07:00
parent b04d17fddd
commit b6fd9dd0c8
2 changed files with 2 additions and 17 deletions

View File

@ -1,15 +0,0 @@
# This file is part of MXE.
# See index.html for further information.
This patch has been taken from:
https://issues.apache.org/jira/browse/XERCESC-1951
diff -r a3f28cf10046 xerces-c.pc.in
--- a/xerces-c.pc.in Mon Nov 29 00:46:50 2010 +0100
+++ b/xerces-c.pc.in Mon Nov 29 00:58:47 2010 +0100
@@ -7,4 +7,5 @@
Description: Validating XML parser library for C++
Version: @VERSION@
Libs: -L${libdir} -lxerces-c
+Libs.private: @CURL_LIBS@
Cflags: -I${includedir}

View File

@ -3,8 +3,8 @@
PKG := xerces
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.1.1
$(PKG)_CHECKSUM := 177ec838c5119df57ec77eddec9a29f7e754c8b2
$(PKG)_VERSION := 3.1.2
$(PKG)_CHECKSUM := 3f9ecc4956df069c1d95b885fc687eb4e474a4ad
$(PKG)_SUBDIR := xerces-c-$($(PKG)_VERSION)
$(PKG)_FILE := xerces-c-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.apache.org/dist/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)