Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log more startup info #199

Merged
merged 7 commits into from
Oct 9, 2021
Prev Previous commit
Next Next commit
staticx: Change ldd package name to 'libc-bin'
This is what it is on Debian, anyway.
  • Loading branch information
JonathonReinhart committed Oct 9, 2021
commit 225bf5a2cc3b43068ad341a40e1446d623734778
2 changes: 1 addition & 1 deletion staticx/elf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def which(self):



tool_ldd = ExternTool(os.getenv("STATICX_LDD", "ldd"), 'binutils')
tool_ldd = ExternTool(os.getenv("STATICX_LDD", "ldd"), 'libc-bin')
tool_objcopy = ExternTool('objcopy', 'binutils')
tool_patchelf = ExternTool('patchelf', 'patchelf',
stderr_ignore = [
Expand Down