mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Put dwarves in correct directory...
This commit is contained in:
parent
393dae427d
commit
79769dacbe
2 changed files with 0 additions and 0 deletions
12
common/tools/dwarves/patches/100-reproducible-builds.patch
Normal file
12
common/tools/dwarves/patches/100-reproducible-builds.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- a/pahole.c
|
||||
+++ b/pahole.c
|
||||
@@ -3723,6 +3723,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;
|
Loading…
Add table
Add a link
Reference in a new issue