FreeBSD Bugzilla – Attachment 215659 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]
fix
mariadb-connector-odbc.diff (text/plain), 959 bytes, created by
Robert Nagy
on 2020-06-17 15:02:21 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Robert Nagy
Created:
2020-06-17 15:02:21 UTC
Size:
959 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 539424) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= mariadb > DISTVERSION= 3.0.9 >+PORTREVISION= 1 > CATEGORIES= databases > MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ > http://mirrors.supportex.net/${SITESDIR}/ \ >Index: files/patch-CMakeLists.txt >=================================================================== >--- files/patch-CMakeLists.txt (nonexistent) >+++ files/patch-CMakeLists.txt (working copy) >@@ -0,0 +1,11 @@ >+--- CMakeLists.txt.orig 2020-06-17 16:50:48.205602000 +0200 >++++ CMakeLists.txt 2020-06-17 16:50:36.911265000 +0200 >+@@ -214,7 +214,7 @@ IF(WIN32) >+ 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) >+ ENDIF() >+ >
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