From f08101971d9d745300f02fff9917a08a83ed5e04 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Thu, 6 Oct 2022 19:30:34 +0200 Subject: enable e2ee --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c4e1c20..1bb5db2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libquotient (0.7.0-1) UNRELEASED; urgency=medium * New upstream release. + * Enable E2EE. -- nicolas Thu, 06 Oct 2022 19:28:38 +0200 diff --git a/debian/rules b/debian/rules index 2c000bc2..de897e75 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_INSTALL_INCLUDEDIR=include/libquotient -DBUILD_SHARED_LIBS=1 + dh_auto_configure -- -DCMAKE_INSTALL_INCLUDEDIR=include/libquotient -DBUILD_SHARED_LIBS=1 -DQuotient_ENABLE_E2EE=ON override_dh_auto_install: dh_auto_install -- cgit v1.2.3