flyingcircusio / batou_ext

A library of batou extensions.
Other
4 stars 1 forks source link

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

Closed Ma27 closed 5 months ago

Ma27 commented 5 months ago

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.