Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261216 Details for
Bug 353371
x11-libs/qt-sql with mysql: update RUNPATH for next generation installs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for the current qt-sql ebuild
qt-sql-4.7.1-r1.patch (text/plain), 839 bytes, created by
Ingo Krabbe
on 2011-02-01 07:44:33 UTC
(
hide
)
Description:
patch for the current qt-sql ebuild
Filename:
MIME Type:
Creator:
Ingo Krabbe
Created:
2011-02-01 07:44:33 UTC
Size:
839 bytes
patch
obsolete
>--- old/x11-libs/qt-sql/qt-sql-4.7.1-r1.ebuild 2010-12-05 20:35:43.000000000 +0100 >+++ new/x11-libs/qt-sql/qt-sql-4.7.1-r1.ebuild 2011-01-22 20:19:42.376802340 +0100 >@@ -54,8 +54,12 @@ src_prepare() { > > src_configure() { > # Don't support sqlite2 anymore >+ RPATH="-R " >+ myinc="${EPREFIX}/usr/include/mysql" >+ mylib="${EPREFIX}/usr/$(get_libdir)/mysql" > myconf="${myconf} -no-sql-sqlite2 >- $(qt_use mysql sql-mysql plugin) $(use mysql && echo "-I${EPREFIX}/usr/include/mysql -L${EPREFIX}/usr/$(get_libdir)/mysql ") >+ $(qt_use mysql sql-mysql plugin) \ >+ $(use mysql && echo "-I${myinc} -L${mylib} ${RPATH}${mylib}") > $(qt_use postgres sql-psql plugin) $(use postgres && echo "-I${EPREFIX}/usr/include/postgresql/pgsql ") > $(qt_use sqlite sql-sqlite plugin) $(use sqlite && echo '-system-sqlite') > $(qt_use odbc sql-odbc plugin)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 353371
: 261216