From 6331b10bb9bc2d764692d6c5680d9ff3fc9089f8 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 27 Apr 2023 09:17:19 +0200 Subject: [PATCH] [emacs] --- e/emacs/SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e/emacs/SlackBuild b/e/emacs/SlackBuild index f981991c..7084c8c0 100755 --- a/e/emacs/SlackBuild +++ b/e/emacs/SlackBuild @@ -141,8 +141,9 @@ CFLAGS="$SLKCFLAGS" \ --with-gpm=yes \ --with-pgtk \ --with-tree-sitter \ - --with-native-compilation=aot \ + --with-native-compilation \ --enable-link-time-optimization \ + --with-json --with-xwidgets --with-xinput \ --with-compress-install \ --without-gconf \ --with-gameuser=":games" \ @@ -189,7 +190,7 @@ fi git clone https://github.com/casouri/tree-sitter-module cd tree-sitter-module sed -i 's|cc -c -I. parser.c|cc -fPIC -c -I. parser.c|' build.sh -bash ./batch.sh +JOBS=$NUMJOBS bash ./batch.sh cp dist/*.so "$PKG/usr/lib$(uname -m | grep -o 64)/" cd .. # /tree-sitter grammars