add fontconfig and bzip2 as direct dependencies for Qt5 to fix installation with --rpath#11183
Conversation
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 683389754 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
@boegelbot please test @ generoso |
|
Test report by @boegel |
|
Test report by @boegel |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 683440026 processed Message to humans: this is just bookkeeping information for me, |
3e5ded0 to
9dd5dbb
Compare
|
Test report by @boegel |
(created using
eb --new-pr)This fixes the failing RPATH sanity check when
Qt5is installed witheb --rpath:When
fontconfigis a direct dependency, a corresponding-Lflag is included in$LDFLAGS, which is picked up by the RPATH wrapper to inject the equivalent-Wl,-rpath=...option.