summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-03-16 05:11:42 (GMT)
committerBoris Pek <tehnick-8@yandex.ru>2017-03-20 14:35:18 (GMT)
commit91366438f4c25c701afcd33490ab93d82e647004 (patch)
tree66b37eddd925b7800dea02a6d4797cbbc15f2ae8
parent1e8149d0884b7d3e946035f6c0a78ed8d1b74cc7 (diff)
downloadmxe-91366438f4c25c701afcd33490ab93d82e647004.zip
mxe-91366438f4c25c701afcd33490ab93d82e647004.tar.gz
mxe-91366438f4c25c701afcd33490ab93d82e647004.tar.bz2
libotr: add libiconv dependency
Prevent it from being an optional undeclared dependency. (See https://github.com/mxe/mxe/issues/1111 for the context.) From the build log: -lgcrypt -lgpg-error -lintl -liconv ... -o libotr.la
-rw-r--r--src/libotr.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libotr.mk b/src/libotr.mk
index 209cac2..215713c 100644
--- a/src/libotr.mk
+++ b/src/libotr.mk
@@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca41
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://otr.cypherpunks.ca/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc libgcrypt libgpg_error
+$(PKG)_DEPS := gcc libgcrypt libgpg_error libiconv
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://otr.cypherpunks.ca/' | \