Skip to content

Commit

Permalink
Build remote_io as dynamic plugin to avoid build problems on several
Browse files Browse the repository at this point in the history
machines with broken OpenSSL installation
  • Loading branch information
9EOR9 committed Mar 2, 2016
1 parent ea0f2e6 commit 0a187a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
1 change: 1 addition & 0 deletions unittest/libmariadb/my_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a187a0

Please sign in to comment.