aboutsummaryrefslogtreecommitdiff
path: root/utils/minicom/patches/110-reproducible-builds.patch
blob: b72d783efda0abe3e88e6e1a648afdea698e26e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/minicom.c
+++ b/src/minicom.c
@@ -1323,7 +1323,7 @@ int main(int argc, char **argv)
       switch(c) {
         case 'v':
           printf(_("%s version %s"), PACKAGE, VERSION);
-#ifdef __DATE__
+#if 0
           printf(_(" (compiled %s)"), __DATE__);
 #endif
           printf("\n");
@@ -1659,7 +1659,7 @@ int main(int argc, char **argv)
 
   mc_wprintf(us, "\n%s %s\r\n", _("Welcome to minicom"), VERSION);
   mc_wprintf(us, "\n%s: %s\r\n", _("OPTIONS"), option_string);
-#if defined (__DATE__) && defined (__TIME__)
+#if 0
   mc_wprintf(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__);
 #endif
   {