summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-06-19 02:01:48 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-06-19 02:01:48 (GMT)
commitb6fd9dd0c80c8dcdb7f4b8d328e3cbca73dd012d (patch)
tree6a6708fe1542012eb783c6202aef9112c7038902
parentb04d17fdddc3fdbae09d309ac51fba3c6061e5ed (diff)
downloadmxe-b6fd9dd0c80c8dcdb7f4b8d328e3cbca73dd012d.zip
mxe-b6fd9dd0c80c8dcdb7f4b8d328e3cbca73dd012d.tar.gz
mxe-b6fd9dd0c80c8dcdb7f4b8d328e3cbca73dd012d.tar.bz2
xerces: Update
-rw-r--r--src/xerces-1-fix-pkgconfig.patch15
-rw-r--r--src/xerces.mk4
2 files changed, 2 insertions, 17 deletions
diff --git a/src/xerces-1-fix-pkgconfig.patch b/src/xerces-1-fix-pkgconfig.patch
deleted file mode 100644
index 59df5fa..0000000
--- a/src/xerces-1-fix-pkgconfig.patch
+++ /dev/null
@@ -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}
diff --git a/src/xerces.mk b/src/xerces.mk
index b62fb82..7662ddd 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -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)