From f095bb9b5228e7f4500713b62d88b57e5e352145 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Sun, 24 May 2020 15:33:33 +0100 Subject: [PATCH] Enable TLS support This is a requirement for the spacemacs develop branch. See also: https://github.com/syl20bnr/spacemacs/issues/11585 Fixes #19 --- org.gnu.emacs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.gnu.emacs.json b/org.gnu.emacs.json index b0e874fb..1d498620 100644 --- a/org.gnu.emacs.json +++ b/org.gnu.emacs.json @@ -20,6 +20,9 @@ { "name": "emacs", "buildsystem": "autotools", + "config-opts": [ + "--with-gnutls" + ], "sources": [ { "type": "archive",