From ce0ba4328a17c6809725759534b5cea26cd4a010 Mon Sep 17 00:00:00 2001 From: psykose Date: Mon, 11 Apr 2022 12:20:34 +0000 Subject: [PATCH] community/emacs: precompile emacs .el files --- community/emacs/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index c9ea57a3cd0..652ee82b285 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Timo Teräs pkgname=emacs pkgver=28.1 -pkgrel=1 +pkgrel=2 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch="all" depends="emacs-nox" @@ -54,7 +54,8 @@ _build_variant() { --with-json \ --with-native-compilation \ "${@}" - make + # precompile emacs .el files to not compile at startup + make NATIVE_FULL_AOT=1 } _build_x11() {