summarylogtreecommitdiffstats
path: root/0002-Enable-pkg-config-for-mingw-w64-build.patch
diff options
context:
space:
mode:
authorMartchus2021-11-02 02:06:26 +0100
committerMartchus2021-11-02 02:06:26 +0100
commitcc5ac3b763bc222640dfa066a08d1df3abb63ae0 (patch)
treeaefd0c20f47d3b50bcb00d4432d85125940dfab9 /0002-Enable-pkg-config-for-mingw-w64-build.patch
parent1c48e290e7c2acbafebc16947227208addf5c2e2 (diff)
downloadaur-cc5ac3b763bc222640dfa066a08d1df3abb63ae0.tar.gz
Update to 3.2.4
Diffstat (limited to '0002-Enable-pkg-config-for-mingw-w64-build.patch')
-rw-r--r--0002-Enable-pkg-config-for-mingw-w64-build.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0002-Enable-pkg-config-for-mingw-w64-build.patch b/0002-Enable-pkg-config-for-mingw-w64-build.patch
new file mode 100644
index 000000000000..3bb6346a7c89
--- /dev/null
+++ b/0002-Enable-pkg-config-for-mingw-w64-build.patch
@@ -0,0 +1,25 @@
+From ce6a6b2421bbe496cb8c73b2efbdca6690713618 Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Sat, 12 Sep 2020 20:30:49 +0200
+Subject: [PATCH 2/2] Enable pkg-config for mingw-w64 build
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1c01b6a..8f19065 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -397,7 +397,7 @@ ENDIF()
+ INCLUDE(${CC_SOURCE_DIR}/plugins/CMakeLists.txt)
+ ADD_SUBDIRECTORY(include)
+ ADD_SUBDIRECTORY(libmariadb)
+-IF(NOT WIN32)
++IF(NOT WIN32 OR MINGW)
+ ADD_SUBDIRECTORY(mariadb_config)
+ ENDIF()
+
+--
+2.33.1
+