1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add back updated dwarves packages and disable parallel build

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-01-09 11:35:36 +01:00
parent 19bb53d02e
commit 1e362acdee
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- 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;