diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-10-06 19:30:34 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-10-06 19:55:20 +0200 |
commit | f08101971d9d745300f02fff9917a08a83ed5e04 (patch) | |
tree | 23bd8f1d52fe5d2d69e411bdf103044a01230cf7 /debian | |
parent | be8d2a9bb17896e5ac5d3a085e3ac08f183ad729 (diff) | |
download | libquotient-master.tar.gz libquotient-master.zip |
Diffstat (limited to 'debian')
-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 |