Browse Source
libgmime: configure with `--with-libiconv=gnu`
Fixes on-device build.
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
packages/libgmime/build.sh
|
|
@ -10,7 +10,7 @@ TERMUX_PKG_BREAKS="libgmime-dev" |
|
|
|
TERMUX_PKG_REPLACES="libgmime-dev" |
|
|
|
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|
ac_cv_have_iconv_detect_h=yes |
|
|
|
--with-libiconv=gnu |
|
|
|
--disable-glibtest |
|
|
|
--disable-crypto |
|
|
|
" |
|
|
|