emacs: Build with --without-lcms2

This commit is contained in:
Fredrik Fornwall 2018-05-30 17:55:13 +02:00
parent 9c8f441674
commit 6241edf20a
1 changed files with 4 additions and 3 deletions

View File

@ -9,13 +9,14 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-gif=no
--with-gnutls
--with-jpeg=no
--without-gconf
--without-gsettings
--without-lcms2
--without-x
--with-png=no
--with-tiff=no
--with-xml2
--with-xpm=no
--without-gconf
--without-gsettings
--without-x
"
# Ensure use of system malloc:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" emacs_cv_sanitize_address=yes"