[neon/neon-packaging/libquotient/Neon/unstable] debian: build with e2ee feature
    Carlos De Maine 
    null at kde.org
       
    Fri Feb 17 05:12:36 GMT 2023
    
    
  
Git commit 3a9ecc78406e11a0c006d05bc62964a6c6eda55d by Carlos De Maine.
Committed on 17/02/2023 at 05:12.
Pushed by carlosdem into branch 'Neon/unstable'.
build with e2ee feature
M  +1    -1    debian/rules
https://invent.kde.org/neon/neon-packaging/libquotient/commit/3a9ecc78406e11a0c006d05bc62964a6c6eda55d
diff --git a/debian/rules b/debian/rules
index 6b389b2..5a12370 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=true
 
 override_dh_auto_install:
 	dh_auto_install
    
    
More information about the Neon-commits
mailing list