vcpkg/ports/libmysql/fix_dup_symbols.patch

21 lines
701 B
Diff
Raw Normal View History

diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 058967b..bcd8841 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -43,7 +43,6 @@ MYSQL_ADD_EXECUTABLE(mysql
pattern_matcher.cc
readline.cc
client_query_attributes.cc
- multi_factor_passwordopt-vars.cc
${CMAKE_CURRENT_SOURCE_DIR}/common/user_registration.cc
LINK_LIBRARIES mysqlclient client_base ${EDITLINE_LIBRARY}
)
@@ -226,7 +226,6 @@ SET(MYSQLBINLOG_SOURCES
${CMAKE_SOURCE_DIR}/sql/binlog_reader.cc
${CMAKE_SOURCE_DIR}/sql/stream_cipher.cc
${CMAKE_SOURCE_DIR}/sql/rpl_log_encryption.cc
- ${CMAKE_SOURCE_DIR}/libbinlogevents/src/trx_boundary_parser.cpp
)
SET(MYSQLBINLOG_LIBRARIES