mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
18 lines
401 B
Diff
18 lines
401 B
Diff
From: Jérémy Bobbio <lunar@debian.org>
|
|
Subject: Remove build date
|
|
Bug-Debian: https://bugs.debian.org/782851
|
|
In order to make unzip build reproducibly, we remove the
|
|
(already optional) build date from the binary.
|
|
|
|
--- a/unix/unix.c
|
|
+++ b/unix/unix.c
|
|
@@ -1705,7 +1705,7 @@ void version(__G)
|
|
#endif /* Sun */
|
|
#endif /* SGI */
|
|
|
|
-#ifdef __DATE__
|
|
+#if 0
|
|
" on ", __DATE__
|
|
#else
|
|
"", ""
|