summarylogtreecommitdiffstats
path: root/0006-Support-finding-static-MariaDB-client-library.patch
diff options
context:
space:
mode:
authorMartchus2024-03-31 14:14:48 +0200
committerMartchus2024-03-31 14:14:48 +0200
commitbc87d5c85b8fead9f26a6c1ba8ebf42c08fad24d (patch)
tree1a523365326e5201ce4c59551f2545f8281fa1e6 /0006-Support-finding-static-MariaDB-client-library.patch
parent73d39ea54cd7d1558c20c40807c271b40f105732 (diff)
downloadaur-bc87d5c85b8fead9f26a6c1ba8ebf42c08fad24d.tar.gz
Update to 6.6.3
Diffstat (limited to '0006-Support-finding-static-MariaDB-client-library.patch')
-rw-r--r--0006-Support-finding-static-MariaDB-client-library.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0006-Support-finding-static-MariaDB-client-library.patch b/0006-Support-finding-static-MariaDB-client-library.patch
index 582dac9355eb..bdc06f3201be 100644
--- a/0006-Support-finding-static-MariaDB-client-library.patch
+++ b/0006-Support-finding-static-MariaDB-client-library.patch
@@ -1,7 +1,7 @@
-From ef17546b4c93fdc922db5655586149af8137e99c Mon Sep 17 00:00:00 2001
+From 5e59b3c67062118177e0e4370db7d06b05c276da Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 8 Nov 2020 00:33:12 +0100
-Subject: [PATCH 06/13] Support finding static MariaDB client library
+Subject: [PATCH 06/17] Support finding static MariaDB client library
We need to reverse the order to look for mariadb first (and only then
for mysql) because otherwise it would pick up the static library
@@ -14,7 +14,7 @@ Change-Id: I8f9ba27e638619dba411ad0e37f2f03eab4775bf
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/FindMySQL.cmake b/cmake/FindMySQL.cmake
-index b61d0107f2..6fb26e51f1 100644
+index b61d0107f25..6fb26e51f13 100644
--- a/cmake/FindMySQL.cmake
+++ b/cmake/FindMySQL.cmake
@@ -63,13 +63,13 @@ find_path(MySQL_INCLUDE_DIR
@@ -34,5 +34,5 @@ index b61d0107f2..6fb26e51f1 100644
endif()
--
-2.43.0
+2.44.0