mtools: force link with libiconv
Fixes build errors.
This commit is contained in:
parent
d63c4e3f86
commit
40bf9c28e2
@ -11,3 +11,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
--disable-floppyd
|
||||
ac_cv_lib_bsd_main=no
|
||||
"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
export LIBS="-liconv"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user