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
This commit is contained in:
Boris Nagaev 2017-03-16 06:11:42 +01:00 committed by Boris Pek
parent 1e8149d088
commit 91366438f4
1 changed files with 1 additions and 1 deletions

View File

@ -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/' | \