From 91780ae400a100b6c5fb8e260d6091029cccdbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Simon=20Fauteux-Chapleau?= Date: Wed, 14 May 2025 17:17:53 -0400 Subject: [PATCH] packaging: remove obsolete build option The --enable-gnutls option was added to the bootstrap command on Debian-based distributions in jami-project commit 46bdda4 in 2017, because at the time they built GnuTLS without HeartBeat support. This is no longer true on the more modern versions of Debian and Ubuntu that we currently support. GitLab: #1998 Change-Id: I593682e0f8aeb2015a109980840f373b1306670a --- extras/packaging/gnu-linux/rules/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/packaging/gnu-linux/rules/debian/rules b/extras/packaging/gnu-linux/rules/debian/rules index 0a4694788..037d9283c 100755 --- a/extras/packaging/gnu-linux/rules/debian/rules +++ b/extras/packaging/gnu-linux/rules/debian/rules @@ -74,7 +74,7 @@ override_dh_auto_build: --disable-gsm \ --disable-speexdsp \ --disable-natpmp \ - --enable-gnutls $(BUNDLED_PKGS) && \ + $(BUNDLED_PKGS) && \ make list && \ make -j$(NO_CPUS) V=1 cd daemon && \