Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357126 Details for
Bug 482156
dev-db/mysql-workbench-6.0.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixup PCRE ldflags / inclusion to fix as_needed ldflag
mysql-workbench-6.0.6-PCRE-as_needed.patch (text/plain), 2.03 KB, created by
H.Habighorst
on 2013-08-26 21:09:20 UTC
(
hide
)
Description:
Fixup PCRE ldflags / inclusion to fix as_needed ldflag
Filename:
MIME Type:
Creator:
H.Habighorst
Created:
2013-08-26 21:09:20 UTC
Size:
2.03 KB
patch
obsolete
>--- mysql-workbench-community-6.0.6-src.orig/library/base/CMakeLists.txt 2013-08-09 17:32:49.000000000 +0200 >+++ mysql-workbench-community-6.0.6-src/library/base/CMakeLists.txt 2013-08-26 00:10:45.695132307 +0200 >@@ -2,6 +2,6 @@ > > add_library(wbbase util_functions.cpp sqlstring.cpp file_functions.cpp file_utilities.cpp threaded_timer.cpp string_utilities.cpp geometry.cpp notifications.cpp ui_form.cpp config_file.cpp drawing.cpp log.cpp threading.cpp profiling.cpp) > >-target_link_libraries(wbbase ${CAIRO_LIBRARIES} ${GLIB_LIBRARIES} ${GTHREAD_LIBRARIES}) >+target_link_libraries(wbbase ${CAIRO_LIBRARIES} ${GLIB_LIBRARIES} ${GTHREAD_LIBRARIES} ${PCRE_LIBRARIES}) > > install(TARGETS wbbase DESTINATION ${WB_INSTALL_LIB_DIR}) >--- mysql-workbench-community-6.0.6-src.orig/backend/wbprivate/CMakeLists.txt 2013-08-09 17:32:50.000000000 +0200 >+++ mysql-workbench-community-6.0.6-src/backend/wbprivate/CMakeLists.txt 2013-08-26 00:24:34.762132208 +0200 >@@ -6,6 +6,7 @@ > ${GRT_INCLUDE_DIRS} > ${ANTLR3C_INCLUDE_DIRS} > ${MYSQLCPPCONN_INCLUDE_DIRS} >+ ${PCRE_INCLUDE_DIRS} > ${PROJECT_SOURCE_DIR} > ${PROJECT_SOURCE_DIR}/library/grt/src > ${PROJECT_SOURCE_DIR}/library/base >@@ -97,6 +98,7 @@ > ${SIGC++_LIBRARIES} > ${LIBZIP_LIBRARIES} > ${TINYXML_LIBRARY} >+ ${PCRE_LIBRARIES} > ) > > #install(TARGETS wbprivate DESTINATION ${WB_INSTALL_LIB_DIR}) >--- mysql-workbench-community-6.0.6-src.orig/backend/wbpublic/CMakeLists.txt 2013-08-09 17:32:53.000000000 +0200 >+++ mysql-workbench-community-6.0.6-src/backend/wbpublic/CMakeLists.txt 2013-08-26 00:24:09.226132211 +0200 >@@ -176,6 +176,6 @@ > # ) > #endif() > >-target_link_libraries(wbpublic wbbase mdcanvas mforms cdbc vsqlitepp wbscintilla mysqlparser ${CAIRO_LIBRARIES} ${GNOME_KEYRING_LIBRARIES} ${CTEMPLATE_LIBRARIES} ${OPENGL_LIBRARIES}) >+target_link_libraries(wbpublic wbbase mdcanvas mforms cdbc vsqlitepp wbscintilla mysqlparser ${CAIRO_LIBRARIES} ${GNOME_KEYRING_LIBRARIES} ${CTEMPLATE_LIBRARIES} ${OPENGL_LIBRARIES} ${PCRE_LIBRARIES}) > > install(TARGETS wbpublic DESTINATION ${WB_INSTALL_LIB_DIR})
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 482156
:
356992
|
356994
|
357008
|
357084
|
357124
|
357126
|
357128
|
357136
|
357558
|
357560
|
357582
|
357584
|
357588
|
357708
|
357710
|
357712
|
358252
|
358384
|
362884
|
362886
|
362888