You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Build remote_io as dynamic plugin to avoid build problems on several
machines with broken OpenSSL installation
This commit is contained in:
@@ -50,7 +50,7 @@ IF(CURL_FOUND)
|
||||
IF(WIN32)
|
||||
REGISTER_PLUGIN("REMOTEIO" "${CMAKE_SOURCE_DIR}/plugins/io/remote_io.c" "remote_io_plugin" "DYNAMIC" "remote_io" 1)
|
||||
ELSE()
|
||||
REGISTER_PLUGIN("REMOTEIO" "${CMAKE_SOURCE_DIR}/plugins/io/remote_io.c" "remote_io_plugin" "STATIC" "remote_io" 1)
|
||||
REGISTER_PLUGIN("REMOTEIO" "${CMAKE_SOURCE_DIR}/plugins/io/remote_io.c" "remote_io_plugin" "DYNAMIC" "remote_io" 1)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
|
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include <tap.h>
|
||||
#include "ma_getopt.h"
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <ma_errmsg.h>
|
||||
|
||||
#ifndef WIN32
|
||||
|
Reference in New Issue
Block a user