File: reproducible-gzip.patch

package info (click to toggle)
qtox 1.17.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 25,772 kB
  • sloc: cpp: 40,127; xml: 10,393; sh: 2,398; ansic: 1,520; objc: 208; perl: 28; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmake/Installation.cmake b/cmake/Installation.cmake
index b8da2805b38a..7177a07149ec 100644
--- a/cmake/Installation.cmake
+++ b/cmake/Installation.cmake
@@ -67,7 +67,7 @@ else()
   if(${SVGZ_ICON})
     set(SVG_GZIP "${CMAKE_BINARY_DIR}/qtox.svgz")
     install(CODE "
-    execute_process(COMMAND gzip -S z INPUT_FILE ${SVG_SRC} OUTPUT_FILE ${SVG_GZIP})
+    execute_process(COMMAND gzip -n -S z INPUT_FILE ${SVG_SRC} OUTPUT_FILE ${SVG_GZIP})
     " COMPONENT Runtime)
     set(SVG_DEST "${SVG_GZIP}")
   else()