Browse Source
mtools: 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
4 additions and
0 deletions
-
packages/mtools/build.sh
|
|
@ -11,3 +11,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|
--disable-floppyd |
|
|
|
ac_cv_lib_bsd_main=no |
|
|
|
" |
|
|
|
|
|
|
|
termux_step_pre_configure() { |
|
|
|
export LIBS="-liconv" |
|
|
|
} |
|
|
|