diff options
Diffstat (limited to 'mail/alpine/patches')
-rw-r--r-- | mail/alpine/patches/020-reproducible.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/alpine/patches/020-reproducible.patch b/mail/alpine/patches/020-reproducible.patch new file mode 100644 index 000000000..97efdd512 --- /dev/null +++ b/mail/alpine/patches/020-reproducible.patch @@ -0,0 +1,18 @@ +--- a/pico/blddate.c ++++ b/pico/blddate.c +@@ -28,6 +28,7 @@ main(argc, argv) + exit(1); + } + ++/* + time(<ime); + t = localtime(<ime); + fprintf(outfile,"char datestamp[]=\"%02d-%s-%d\";\n", t->tm_mday, +@@ -46,6 +47,7 @@ main(argc, argv) + 1900 + t->tm_year); + + fprintf(outfile, "char hoststamp[]=\"random-pc\";\n"); ++*/ + fprintf(outfile, "char configoptions[] = \"\";\n"); + + fclose(outfile); |