summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-19 16:53:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-19 16:53:02 -0700
commit5c5f7512f0b2a4644e3c23541c25b310526c5208 (patch)
tree6d9e4d41ad710de3b4c7ddc0cbfc185a62aaef8b
parentd8c9840e9bda457785dd1588c959db48cae9f559 (diff)
downloademacs-5c5f7512f0b2a4644e3c23541c25b310526c5208.tar.gz
enable native-comp
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules3
3 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 15f3675a1ec..b09d89eae4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
emacs-snapshot (28~git20210819.1) UNRELEASED; urgency=medium
* Package git snapshot.
+ * d/rules: enable native-comp.
+ * d/control: b-d on libgccjit-10-dev.
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 19 Aug 2021 16:49:01 -0700
diff --git a/debian/control b/debian/control
index 15b47f04c45..20945e86cad 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends:
libacl1-dev,
libasound2-dev,
libdbus-1-dev,
+ libgccjit-10-dev,
libgif-dev,
libgnutls28-dev,
libgpm-dev,
diff --git a/debian/rules b/debian/rules
index ecfccf56312..29bda56596d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ override_dh_autoreconf:
./autogen.sh
override_dh_auto_configure:
- ./configure --prefix=/opt/emacs-snapshot --with-x-toolkit=lucid
+ ./configure --prefix=/opt/emacs-snapshot \
+ --with-native-compilation --with-x-toolkit=lucid
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info