newsboat: force link with libiconv

Fixes build errors.
This commit is contained in:
Leonid Pliushch 2019-05-06 01:23:35 +03:00
parent 8a43705001
commit 27a4531cdb
1 changed files with 2 additions and 0 deletions

View File

@ -20,4 +20,6 @@ termux_step_pre_configure() {
# Used by newsboat Makefile:
export CARGO_BUILD_TARGET=$CARGO_TARGET_NAME
LDFLAGS+=" -liconv"
}