File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ ENDIF()
118
118
IF (CURL_FOUND )
119
119
LINK_DIRECTORIES (${PC_CURL_LIBDIR} )
120
120
MYSQL_ADD_PLUGIN (s3 ha_s3.cc ${S3_SOURCES} COMPONENT s3-engine
121
- LINK_LIBRARIES curl zlib STORAGE_ENGINE NOT_EMBEDDED CONFIG s3.cnf )
121
+ LINK_LIBRARIES curl z STORAGE_ENGINE NOT_EMBEDDED CONFIG s3.cnf )
122
122
ENDIF ()
123
123
124
124
IF (TARGET s3 )
125
125
MYSQL_ADD_EXECUTABLE (aria_s3_copy aria_s3_copy.cc ${S3_SOURCES} COMPONENT s3-engine )
126
- TARGET_LINK_LIBRARIES (aria_s3_copy aria myisam mysys mysys_ssl curl zlib )
126
+ TARGET_LINK_LIBRARIES (aria_s3_copy aria myisam mysys mysys_ssl curl z )
127
127
INCLUDE_DIRECTORIES (${CMAKE_CURRENT_SOURCE_DIR} /libmarias3 )
128
128
ADD_DEFINITIONS (-DWITH_S3_STORAGE_ENGINE )
129
129
ENDIF ()
You can’t perform that action at this time.
0 commit comments