FreeBSD Bugzilla – Attachment 228861 Details for
Bug 247344
databases/mariadb-connector-odbc: fix Undefined symbol "OPENSSL_init_ssl"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Pathc to make sure SSL is linked
patch-CMakeLists.txt (text/plain), 441 bytes, created by
Richard van Vliet
on 2021-10-20 09:01:32 UTC
(
hide
)
Description:
Pathc to make sure SSL is linked
Filename:
MIME Type:
Creator:
Richard van Vliet
Created:
2021-10-20 09:01:32 UTC
Size:
441 bytes
patch
obsolete
>--- CMakeLists.txt.orig 2020-12-11 18:29:50.000000000 +0100 >+++ CMakeLists.txt 2021-10-20 08:23:36.704266000 +0200 >@@ -229,7 +229,7 @@ > ENDIF() > ELSE() > SEARCH_LIBRARY(LIB_MATH floor m) >- SET(PLATFORM_DEPENDENCIES ${LIB_MATH}) >+ SET(PLATFORM_DEPENDENCIES ${PLATFORM_DEPENDENCIES} ${LIB_MATH}) > SET (MARIADB_ODBC_SOURCES ${MARIADB_ODBC_SOURCES} > ma_platform_posix.c > ma_conv_charset.c)
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 247344
:
215659
| 228861