Browse Source
newsboat: force link with libiconv
Fixes build errors.
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
0 deletions
-
packages/newsboat/build.sh
|
@ -20,4 +20,6 @@ termux_step_pre_configure() { |
|
|
|
|
|
|
|
|
# Used by newsboat Makefile: |
|
|
# Used by newsboat Makefile: |
|
|
export CARGO_BUILD_TARGET=$CARGO_TARGET_NAME |
|
|
export CARGO_BUILD_TARGET=$CARGO_TARGET_NAME |
|
|
|
|
|
|
|
|
|
|
|
LDFLAGS+=" -liconv" |
|
|
} |
|
|
} |
|
|