| Summary: | x11-libs/qt-sql with mysql: update RUNPATH for next generation installs | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ingo Krabbe <ikrabbe.ask> |
| Component: | [OLD] Library | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | patch for the current qt-sql ebuild | ||
|
Description
Ingo Krabbe
2011-02-01 07:42:52 UTC
Created attachment 261216 [details, diff]
patch for the current qt-sql ebuild
(In reply to comment #0) > Programs linked against qt-sql don't want to care about complexities finding > mysqlclient, when they use the mysql plugin. > Newer(beta) builds of mysql/mariadb currently don't link the mysqlclient > library to /usr/lib* and personally I hope they continue doing so, when they > get stable. > So qt-sql needs to install the mysql plugin with a library run-path (-R) > Yes, I totally agree with this. However, is it really necessary to add the additional RPATH to everything that is built by qt-sql ebuild? Wouldn't libqsqlmysql.so be sufficient? (In reply to comment #2) > However, is it really necessary to add the additional RPATH to everything > that is built by qt-sql ebuild? Wouldn't libqsqlmysql.so be sufficient? I don't want to add random rpaths to libraries that don't need them. So please reopen when you have provided an answer to the above question. |