blob: 5fc385228a8f6bff01416748bb6c392f2e986322 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From: Santiago Vila <sanvila@debian.org>
2Subject: Remove (optional) build date to make the build reproducible
3Bug-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 ""