summaryrefslogtreecommitdiffstats
path: root/src/libgpg_error.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2015-04-22 22:17:56 (GMT)
committerMark Brand <mabrand@mabrand.nl>2015-04-22 22:17:56 (GMT)
commit20342ed8294bdddb6de27d415b802640f340fc4d (patch)
treeb75954e9b9ca4cd99050c45cb8152fda9d72b399 /src/libgpg_error.mk
parentaf473838da7dae93e013f96a933ed2bd1a5b29aa (diff)
downloadmxe-20342ed8294bdddb6de27d415b802640f340fc4d.zip
mxe-20342ed8294bdddb6de27d415b802640f340fc4d.tar.gz
mxe-20342ed8294bdddb6de27d415b802640f340fc4d.tar.bz2
libgpg_error: add missing dep
Diffstat (limited to 'src/libgpg_error.mk')
-rw-r--r--src/libgpg_error.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk
index d481095..50478b9 100644
--- a/src/libgpg_error.mk
+++ b/src/libgpg_error.mk
@@ -9,7 +9,7 @@ $(PKG)_SUBDIR := libgpg-error-$($(PKG)_VERSION)
$(PKG)_FILE := libgpg-error-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://mirrors.dotsrc.org/gcrypt/libgpg-error/$($(PKG)_FILE)
$(PKG)_URL_2 := ftp://ftp.gnupg.org/gcrypt/libgpg-error/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc
+$(PKG)_DEPS := gcc gettext
define $(PKG)_UPDATE
$(WGET) -q -O- 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/' | \