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/rules | |
parent | be8d2a9bb17896e5ac5d3a085e3ac08f183ad729 (diff) | |
download | libquotient-f08101971d9d745300f02fff9917a08a83ed5e04.tar.gz libquotient-f08101971d9d745300f02fff9917a08a83ed5e04.zip |
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |