blob: 9a33444d7a546f94329e3ed3ef1441931c0f612d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From: Jérémy Bobbio <lunar@debian.org>
2Subject: Remove build date
3Bug-Debian: https://bugs.debian.org/782851
4 In order to make unzip build reproducibly, we remove the
5 (already optional) build date from the binary.
6
7--- a/unix/unix.c
8+++ b/unix/unix.c
9@@ -1705,7 +1705,7 @@ void version(__G)
10 #endif /* Sun */
11 #endif /* SGI */
12
13-#ifdef __DATE__
14+#if 0
15 " on ", __DATE__
16 #else
17 "", ""