]> mj.ucw.cz Git - libucw.git/blobdiff - default.cfg
Random: Implemented strong random source.
[libucw.git] / default.cfg
index 7aa310aa7b38df8dfd94f99a3a262038db30ec0d..086ab385f1902b2b281158af30940e20ba17249b 100644 (file)
@@ -41,5 +41,9 @@ Set("CONFIG_XML");
 # Libucw-json
 Set("CONFIG_JSON");
 
+# Compress .deb packages with gzip (instead of the default algorithm)
+# Hack for Economia's deployment machinery
+UnSet("CONFIG_BUILDDEB_GZIP");
+
 # Return success
 1;