summaryrefslogtreecommitdiffstats
path: root/src/libgpg_error.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-09-16 20:04:30 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-09-16 20:04:30 (GMT)
commit6cf91ba872749164dbb1f380a004456fafdb567d (patch)
tree6d38b23baccba27757a123466cb9d5596cac7caf /src/libgpg_error.mk
parent14907a4b7df37ce6cb38af3ef42afbeb8f3aa0b0 (diff)
downloadmxe-6cf91ba872749164dbb1f380a004456fafdb567d.zip
mxe-6cf91ba872749164dbb1f380a004456fafdb567d.tar.gz
mxe-6cf91ba872749164dbb1f380a004456fafdb567d.tar.bz2
upgrade package libgpg_error
Static library needs upstream patch to initialize.
Diffstat (limited to 'src/libgpg_error.mk')
-rw-r--r--src/libgpg_error.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk
index 961cf9d..c2fd206 100644
--- a/src/libgpg_error.mk
+++ b/src/libgpg_error.mk
@@ -4,8 +4,8 @@
# libgpg-error
PKG := libgpg_error
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.8
-$(PKG)_CHECKSUM := f5cf677a7cd684645feaa9704d09eb5cd6d97e8a
+$(PKG)_VERSION := 1.9
+$(PKG)_CHECKSUM := 6836579e42320b057a2372bbcd0325130fe2561e
$(PKG)_SUBDIR := libgpg-error-$($(PKG)_VERSION)
$(PKG)_FILE := libgpg-error-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := ftp://ftp.gnupg.org/gcrypt/libgpg-error/
@@ -19,6 +19,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && ./autogen.sh
+
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \