summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-09-25 04:11:33 +0200
committeraszlig <aszlig@nix.build>2018-09-25 04:42:34 +0200
commit9920215d005db148564e826478474faa236a4e75 (patch)
tree4c4545e8aac74cae16002d027ac020063aa14ef0 /pkgs/development/python-modules
parent58a97dfb491be6ae92499c3f819440f281d826a1 (diff)
autoPatchelfHook: Only check PT_INTERP on execs
If the ELF file is not an executable, we do not get a PT_INTERP section, because after all, it's a *shared* library. So instead of checking for PT_INTERP (to avoid statically linked executables) for all ELF files, we add another check to see if it's an executable and *only* skip it when it is and there's no PT_INTERP. Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/development/python-modules')
0 files changed, 0 insertions, 0 deletions