Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 825637 Details for
Bug 766294
sci-mathematics/rstudio: restore package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rstudio-2022.07.2.576-soci-cmake-find_library.patch
rstudio-2022.07.2.576-soci-cmake-find_library.patch (text/plain), 1.07 KB, created by
Mark Wright
on 2022-10-27 10:03:48 UTC
(
hide
)
Description:
rstudio-2022.07.2.576-soci-cmake-find_library.patch
Filename:
MIME Type:
Creator:
Mark Wright
Created:
2022-10-27 10:03:48 UTC
Size:
1.07 KB
patch
obsolete
>--- rstudio-2022.07.2-576-orig/src/cpp/CMakeLists.txt 2022-08-31 23:09:53.000000000 +1000 >+++ rstudio-2022.07.2-576/src/cpp/CMakeLists.txt 2022-10-10 09:33:57.607108165 +1100 >@@ -463,9 +463,9 @@ > if(NOT APPLE AND RSTUDIO_USE_SYSTEM_SOCI) > set(SOCI_LIBRARY_DIR "/usr/lib") > endif() >- find_library(SOCI_CORE_LIB NAMES "libsoci_core.a" "soci_core" PATHS "${SOCI_LIBRARY_DIR}" NO_DEFAULT_PATH) >- find_library(SOCI_SQLITE_LIB NAMES "libsoci_sqlite3.a" "soci_sqlite3" PATHS "${SOCI_LIBRARY_DIR}" NO_DEFAULT_PATH) >- find_library(SOCI_POSTGRESQL_LIB NAMES "libsoci_postgresql.a" "soci_postgresql" PATHS "${SOCI_LIBRARY_DIR}" NO_DEFAULT_PATH) >+ find_library(SOCI_CORE_LIB NAMES "libsoci_core.a" "soci_core" PATHS "${SOCI_LIBRARY_DIR}" ) >+ find_library(SOCI_SQLITE_LIB NAMES "libsoci_sqlite3.a" "soci_sqlite3" PATHS "${SOCI_LIBRARY_DIR}" ) >+ find_library(SOCI_POSTGRESQL_LIB NAMES "libsoci_postgresql.a" "soci_postgresql" PATHS "${SOCI_LIBRARY_DIR}" ) > find_library(DL_LIB "dl") > find_library(SQLITE_LIB "sqlite3") > get_filename_component(SQLITE_LIB "${SQLITE_LIB}" REALPATH)
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 766294
:
690210
|
713199
|
713457
|
825603
|
825621
|
825623
|
825625
|
825627
|
825629
|
825631
|
825633
|
825635
| 825637 |
840597