b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 "" |