gnu: kio: Search 'smbd' on $PATH.
[jackhill/guix/guix.git] / gnu / packages / patches / unzip-remove-build-date.patch
1 Copied from Debian.
2
3 From: Jérémy Bobbio <lunar@debian.org>
4 Subject: Remove build date
5 Bug-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 "", ""