Skip to content

Commit

Permalink
mysql: update boost-check.patch (#900)
Browse files Browse the repository at this point in the history
Updates the patch to work with mysql `8.2.0` CMakeList.txt
  • Loading branch information
bevanjkay authored Dec 21, 2023
1 parent e923a0c commit 1076e34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mysql/boost-check.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 22fa212..ad5f90e 100644
index 5f4cc06..16cf76a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1927,31 +1927,6 @@ MYSQL_CHECK_RAPIDJSON()
@@ -1989,31 +1989,6 @@ MYSQL_CHECK_RAPIDJSON()
MYSQL_CHECK_FIDO()
MYSQL_CHECK_FIDO_DLLS()

Expand Down Expand Up @@ -31,6 +31,6 @@ index 22fa212..ad5f90e 100644
- ENDFOREACH()
-ENDIF()
-
IF(WITH_AUTHENTICATION_FIDO OR WITH_AUTHENTICATION_CLIENT_PLUGINS)
IF(WITH_AUTHENTICATION_FIDO OR WITH_AUTHENTICATION_WEBAUTHN OR
WITH_AUTHENTICATION_CLIENT_PLUGINS)
IF(WITH_FIDO STREQUAL "system" AND
NOT WITH_SSL STREQUAL "system")

0 comments on commit 1076e34

Please sign in to comment.