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
pull/1714/head
Boris Nagaev 7 years ago committed by Boris Pek
parent 1e8149d088
commit 91366438f4

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

Loading…
Cancel
Save