Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 605878 Details for
Bug 702340
dev-db/mysql-workbench-8.0.18 - ../../../library/mysql.canvas/src/libmdcanvasgtk.so.8.0.18: error: undefined reference to 'glXQueryVersion'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch making mysql-workbench-8.0.19 emerging and running
mysqlwb19.patch (text/plain), 1.36 KB, created by
Alex
on 2020-01-28 09:23:30 UTC
(
hide
)
Description:
patch making mysql-workbench-8.0.19 emerging and running
Filename:
MIME Type:
Creator:
Alex
Created:
2020-01-28 09:23:30 UTC
Size:
1.36 KB
patch
obsolete
>diff --git a/backend/wbprivate/CMakeLists.txt b/backend/wbprivate/CMakeLists.txt >index cd2e672..61ba73e 100644 >--- a/backend/wbprivate/CMakeLists.txt >+++ b/backend/wbprivate/CMakeLists.txt >@@ -97,6 +97,8 @@ target_link_libraries(wbprivate > mforms > wbpublic::wbpublic > Rapidjson::Rapidjson >+ ${PCRE_LIBRARIES} >+ ${LIBZIP_LIBRARIES} > ) > > add_library(wbprivate_Iface INTERFACE) >diff --git a/build/cmake/Modules/FindMySQLCppConn.cmake b/build/cmake/Modules/FindMySQLCppConn.cmake >index 3ccd123..75d64c3 100644 >--- a/build/cmake/Modules/FindMySQLCppConn.cmake >+++ b/build/cmake/Modules/FindMySQLCppConn.cmake >@@ -27,7 +27,7 @@ if (MySQLCppConn_INCLUDE_DIRS AND MySQLCppConn_LIBRARIES) > set(MySQLCppConn_FIND_QUIETLY TRUE) > endif () > >-find_path(MySQLCppConn_INCLUDE_DIR NAMES mysql_connection.h PATHS /usr/include /usr/local/include) >+find_path(MySQLCppConn_INCLUDE_DIR NAMES mysql_connection.h PATHS /usr/include /usr/include/jdbc /usr/local/include /usr/local/include/jdbc) > > SET(MySQLCppConn_NAMES mysqlcppconn) > >diff --git a/library/mysql.canvas/src/CMakeLists.txt b/library/mysql.canvas/src/CMakeLists.txt >index 7cafe41..17deadc 100644 >--- a/library/mysql.canvas/src/CMakeLists.txt >+++ b/library/mysql.canvas/src/CMakeLists.txt >@@ -94,6 +94,7 @@ target_link_libraries(mdcanvasgtk > PRIVATE > mdcanvas > wbbase >+ ${OPENGL_LIBRARIES} > ) > > if(BUILD_FOR_GCOV)
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 702340
:
598958
|
604622
| 605878