tools: add zip utility
[openwrt/openwrt.git] / tools / zip / patches / 010-remove-build-date.patch
1 From: Santiago Vila <sanvila@debian.org>
2 Subject: Remove (optional) build date to make the build reproducible
3 Bug-Debian: http://bugs.debian.org/779042
4
5 --- a/unix/unix.c
6 +++ b/unix/unix.c
7 @@ -1020,7 +1020,7 @@ void version_local()
8
9
10 /* Define the compile date string */
11 -#ifdef __DATE__
12 +#if 0
13 # define COMPILE_DATE " on " __DATE__
14 #else
15 # define COMPILE_DATE ""