emacs-x: Get rid of references to leaked builtins
This commit is contained in:
parent
69415787b9
commit
d9760053ee
@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Extensible, customizable text editor-and more"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=27.2
|
||||
TERMUX_PKG_REVISION=7
|
||||
TERMUX_PKG_REVISION=8
|
||||
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/emacs/emacs-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9
|
||||
TERMUX_PKG_DEPENDS="fontconfig, freetype, gdk-pixbuf, giflib, glib, libgnutls, libice, libjansson, libjpeg-turbo, libpng, librsvg, libsm, libtiff, libx11, libxaw, libxcb, libxext, libxfixes, libxft, libxinerama, libxml2, libxmu, libxpm, libxrandr, libxrender, libxt, littlecms, ncurses, zlib"
|
||||
|
14
x11-packages/emacs-x/src-sysdep.c.patch.beforehostbuild
Normal file
14
x11-packages/emacs-x/src-sysdep.c.patch.beforehostbuild
Normal file
@ -0,0 +1,14 @@
|
||||
--- a/src/sysdep.c
|
||||
+++ b/src/sysdep.c
|
||||
@@ -1818,7 +1818,11 @@
|
||||
|
||||
/* Alternate stack used by SIGSEGV handler below. */
|
||||
|
||||
+#ifdef __GLIBC__
|
||||
+static unsigned char sigsegv_stack[16384];
|
||||
+#else
|
||||
static unsigned char sigsegv_stack[SIGSTKSZ];
|
||||
+#endif
|
||||
|
||||
|
||||
/* Return true if SIGINFO indicates a stack overflow. */
|
Loading…
Reference in New Issue
Block a user