forked from Lainports/freebsd-ports
databases/mariadb-connector-odbc: Fix linking libssl
PR: 247344 Submitted by: Robert Nagy <robert openbsd org>
This commit is contained in:
parent
45ec0a9428
commit
d677c86d11
2 changed files with 13 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mariadb
|
||||
DISTVERSION= 3.1.7
|
||||
PORTVERSION= 3.1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \
|
||||
http://mirrors.supportex.net/${SITESDIR}/ \
|
||||
|
|
|
|||
11
databases/mariadb-connector-odbc/files/patch-CMakeLists.txt
Normal file
11
databases/mariadb-connector-odbc/files/patch-CMakeLists.txt
Normal file
|
|
@ -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()
|
||||
|
||||
Loading…
Add table
Reference in a new issue