gnu: libgc: Update to 7.6.6.
[jackhill/guix/guix.git] / gnu / packages / patches / unzip-remove-build-date.patch
CommitLineData
385ae063
MW
1Copied from Debian.
2
3From: Jérémy Bobbio <lunar@debian.org>
4Subject: Remove build date
5Bug-Debian: http://bugs.debian.org/782851
6 In order to make unzip build reproducibly, we remove the
7 (already optional) build date from the binary.
8
9--- a/unix/unix.c
10+++ b/unix/unix.c
11@@ -1705,7 +1705,7 @@
12 #endif /* Sun */
13 #endif /* SGI */
14
15-#ifdef __DATE__
16+#if 0
17 " on ", __DATE__
18 #else
19 "", ""