From 5c5f7512f0b2a4644e3c23541c25b310526c5208 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 19 Aug 2021 16:53:02 -0700 Subject: enable native-comp --- debian/changelog | 2 ++ debian/control | 1 + debian/rules | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3