Commit 76e5d9ec authored by Bernhard M. Wiedemann's avatar Bernhard M. Wiedemann
Browse files

Omit build date from gzip headers

See https://reproducible-builds.org/ for why this is good.

This patch was done while working on reproducible builds for openSUSE.
parent 076237b8
......@@ -101,7 +101,7 @@ compress_libs() {
pids=""
rm -rf ${BUILD_DIR}/lib/*.${LIB_EXT}*.gz
for lib in ${BUILD_DIR}/lib/*.${LIB_EXT}* ; do
gzip --best -f ${lib} &
gzip -n --best -f ${lib} &
pids+=" $!"
done
echo
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment