Conversation
Contributor
jhheider
commented
Feb 6, 2026
- -pie/-shared don't mix; assume -shared is controlling.
- .la files are fully unrelocatable. they should always be removed.
- lib64 > lib merger (certain older linux packages)
- /include header flattening; preserve single subdir by symlink, while also exposing .h files from the /include/
they're fully unrelocatable, and we remove them explicitly from dozens of packages to prevent build failures.
we use a symlink to preserve header path, while flattening to improve compatibility.
this is an artifact of 32-bit linux, which we don't support, anywhere, and which is basically long dead outside of specialized environment.s
this is the big one. we have a wrapper-based workaround, spread across numerous files. -pie is for executables, and -shared is for libraries, so you can see why this breaks.
3f9bfdb to
a2a31f2
Compare
a2a31f2 to
ea999ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.