mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/emacs: precompile emacs .el files
This commit is contained in:
parent
d7825284c9
commit
ce0ba4328a
@ -2,7 +2,7 @@
|
||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user