Henrik Grimler
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
packages/emacs/build.sh
|
|
@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/emacs/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Extensible, customizable text editor-and more" |
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
|
TERMUX_PKG_VERSION=26.3 |
|
|
|
TERMUX_PKG_REVISION=4 |
|
|
|
TERMUX_PKG_REVISION=5 |
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/emacs/emacs-${TERMUX_PKG_VERSION}.tar.xz |
|
|
|
TERMUX_PKG_SHA256=4d90e6751ad8967822c6e092db07466b9d383ef1653feb2f95c93e7de66d3485 |
|
|
|
TERMUX_PKG_DEPENDS="ncurses, gnutls, libxml2" |
|
|
@ -34,6 +34,12 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_lib_elf_elf_begin=no" |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" gl_cv_func_dup2_works=no" |
|
|
|
# disable setrlimit function to make termux-am work from within emacs |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_func_setrlimit=no" |
|
|
|
if [ "$TERMUX_ARCH" == "arm" ]; then |
|
|
|
# setjmp does not work properly on arm: |
|
|
|
# https://github.com/termux/termux-packages/issues/2599 |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" emacs_cv_func__setjmp=no" |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" emacs_cv_func_sigsetjmp=no" |
|
|
|
fi |
|
|
|
TERMUX_PKG_HOSTBUILD=true |
|
|
|
|
|
|
|
# Remove some irrelevant files: |
|
|
|