diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
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 <nicolas@X260-NICOLAS.lan> 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 |