Skip to content

Commit 7438fc4

Browse files
committed
MDEV-23362: s3 postfix libz -> z
1 parent fd1d696 commit 7438fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/maria/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ ENDIF()
118118
IF (CURL_FOUND)
119119
LINK_DIRECTORIES(${PC_CURL_LIBDIR})
120120
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)
122122
ENDIF()
123123

124124
IF(TARGET s3)
125125
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)
127127
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/libmarias3)
128128
ADD_DEFINITIONS(-DWITH_S3_STORAGE_ENGINE)
129129
ENDIF()

0 commit comments

Comments
 (0)