phantomjs-rpms icon indicating copy to clipboard operation
phantomjs-rpms copied to clipboard

Remove ld.conf as it produces conflicts on systems with Qt installed

Open tholewebgods opened this issue 12 years ago • 1 comments

Adding the bundled Qt library to the LD path through ld.conf leads to errors with systems which depend on another version of Qt. In fact it caused errors with Fedora 17 builds and KDE.

Actually I've still created a patch. It replaces the wrong RPATH (which is pointing to the build location in rpmbuild/BUILD by a replative path pointing to the library directory).

I'll submit a pull request these days.

tholewebgods avatar Jan 04 '13 23:01 tholewebgods

Finally pushed: https://github.com/tholewebgods/phantomjs-rpms/tree/dev/gh-8

I'd suggest everyone to test the final .rpm.

tholewebgods avatar Jan 06 '13 20:01 tholewebgods