Browse Source

emacs: Build with --without-lcms2

android-5
Fredrik Fornwall 7 years ago
parent
commit
19731c7149
  1. 7
      packages/emacs/build.sh

7
packages/emacs/build.sh

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

Loading…
Cancel
Save