-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Add --remove-needed-version #564
base: master
Are you sure you want to change the base?
Conversation
i hope this gets added because i regularly run into this use case when dealing with either legacy software or when copying software to unsusual platforms like the steamdeck. my current issue is trying to copy waypipe to steamdeck |
Thank you for the great tool It works fine with gnu toolchain, but when I compile with clang I get
Do you think it can be fixed ? |
…aders rather than rewriteSection
@maxirmx Thanks for your error report. Could you check the new commit for whether the problem persists? |
Thank you, @chitao1234. You have fixed it. |
@chitao1234 Do you consider releasing this version on your own ? |
Would love to this new feature merged! |
This pr adds a new switch
--remove-needed-version
, to removing symbol versioning used by libraries like glibc. This switch should fix the use case of issue #284, #252.I have included a regression test and updated the man page.