Merge pull request #5188 from sartura/libuv_bump_to_1.17.0
[feed/packages.git] / utils / unzip / patches / 010-remove-build-date.patch
1 From: Jérémy Bobbio <lunar@debian.org>
2 Subject: Remove build date
3 Bug-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 @@
10 #endif /* Sun */
11 #endif /* SGI */
12
13 -#ifdef __DATE__
14 +#if 0
15 " on ", __DATE__
16 #else
17 "", ""