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

[FC-38040] python.FixELFRunPath: use all directories inside env_directory for rpath #173

Merged
merged 1 commit into from
May 15, 2024

Conversation

Ma27
Copy link
Member

@Ma27 Ma27 commented May 14, 2024

FC-38040

E.g. mariadb puts its libraries into $out/lib/mariadb rather than $out/lib which would result in MySQLdb not finding the relevant library.

Please note that --shrink-rpath makes sure that only the subdirectories are added to DT_RPATH that are truly needed according to DT_NEEDED.

FC-38040

E.g. mariadb puts its libraries into `$out/lib/mariadb` rather than
`$out/lib` which would result in MySQLdb not finding the
relevant library.

Please note that `--shrink-rpath` makes sure that only the
subdirectories are added to DT_RPATH that are truly needed according to
DT_NEEDED.
@Ma27 Ma27 requested a review from zagy May 14, 2024 14:05
@Ma27 Ma27 changed the title python.FixELFRunPath: use all directories inside env_directory for rpath [FC-38040] python.FixELFRunPath: use all directories inside env_directory for rpath May 14, 2024
@zagy zagy merged commit d3911f4 into master May 15, 2024
6 checks passed
@Ma27 Ma27 deleted the FC-38040-rpath-recursive branch May 15, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants