mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
32981677bd
Update to the latest upstream version and refresh local patches. Release Notes: https://lore.kernel.org/bpf/Z1RcnB8WD8wZphcr@x1/ Signed-off-by: Tony Ambardar <itugrok@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/17404 (cherry picked from commit 45187cbad04a3cd3336a489b6c2b08ae5b446e5d) Link: https://github.com/openwrt/openwrt/pull/17418 Signed-off-by: Nick Hainke <vincent@systemli.org>
13 lines
306 B
Diff
13 lines
306 B
Diff
--- a/pahole.c
|
|
+++ b/pahole.c
|
|
@@ -3681,6 +3681,9 @@ int main(int argc, char *argv[])
|
|
goto out;
|
|
}
|
|
|
|
+ if (getenv("SOURCE_DATE_EPOCH") || getenv("KBUILD_BUILD_TIMESTAMP"))
|
|
+ conf_load.reproducible_build = true;
|
|
+
|
|
if (dwarves__init()) {
|
|
fputs("pahole: insufficient memory\n", stderr);
|
|
goto out;
|