summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Whatson2021-02-28 21:30:48 +1000
committerAndrew Whatson2021-02-28 21:30:48 +1000
commit1549f808b0ebb65eb00d0a59863ae5789dd1f268 (patch)
treea0008c2464e78b36508e7a8c7f2d672d95b5c9ad
parent04be739ea71fafacb642d103fa2141d03ef62ce3 (diff)
downloadaur-1549f808b0ebb65eb00d0a59863ae5789dd1f268.tar.gz
Use new native-compilation configure flag
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34337eaac488..b1e9c894786c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,7 +74,7 @@ PROFILING= # Enable gprof profiling support.
################################################################################
pkgname="emacs-native-comp-git"
pkgver=28.0.50.146220
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development native-comp branch."
arch=('x86_64' )
url="http://www.gnu.org/software/emacs/"
@@ -210,7 +210,7 @@ build() {
# Good luck!
--without-gconf
--without-gsettings
- --with-nativecomp
+ --with-native-compilation
)
################################################################################