]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove install_rpath from installed targets alessio/pre-rpath-changes
authorAydın Mercan <aydin@isc.org>
Thu, 24 Jul 2025 09:25:55 +0000 (12:25 +0300)
committerAydın Mercan <aydin@isc.org>
Tue, 19 Aug 2025 13:02:32 +0000 (16:02 +0300)
commit0a56c71865f60127f1d0ce4c0b6408f747cde846
tree7d85410de59e8e9a026833dba472437806df0732
parent3a84604e232ab6123258fc6a0a526d77ffddd587
Remove install_rpath from installed targets

Specifying the RPATH deviates from widespread packaging norms where the
value isn't expected to be set by the project. [1] [2] [3]

Meet this expectation by restoring meson's default behavior where
targets in the build directory have the RPATH fixed with meson stripping
the value during installation.

[1]: https://wiki.debian.org/RpathIssue
[2]: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_beware_of_rpath
[3]: https://en.opensuse.org/openSUSE:Packaging_checks#Beware_of_Rpath
meson.build