hosttools: skip the fixup phase
Avoid to apply the patchelf command to ELF executables and libraries to remove unused directories from the RPATH. Fixes: % openocd openocd: /nix/store/.../hosttools/.../lib/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/.../...h9x-glibc-2.38-44/lib/libpthread.so.0) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
311d2ad38c
commit
6a007cf4ef
|
@ -141,6 +141,7 @@ in {
|
||||||
buildInputs = [ python3 ];
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
dontFixup = true;
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue