mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
45187cbad0
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 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;
|