summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-06-16 15:09:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-06-16 23:48:39 +0200
commitfe041bbc343ee08c6e901f63985d55a90da71c8b (patch)
treee568ee4840c1c2176681cb455aa01cb6c15ac7f2 /RepositoryExternal.mk
parent0f6e012057bf0d1cc339154e8af6586d9615a37f (diff)
mariadb: upgrade to release 3.1.8
Fixes CVE-2018-3081 CVE-2020-2574 CVE-2020-2752 CVE-2020-2922 CVE-2020-13249 Remove obsolete patches: * mariadb-msvc.patch.1 * mariadb-swap.patch * mariadb-inline.patch.1 * mariadb-CONC-104.patch.1 Don't build anything from plugins/ in the hope that it's not needed. Change-Id: I1c8633866b7108a8bb22dae0e0dd5f4a44bf5150 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96466 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 2255d1965382..c2f8383aa02e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -295,6 +295,13 @@ $(call gb_LinkTarget_add_libs,$(1),\
-liconv \
)
endif
+$(call gb_LinkTarget_use_system_win32_libs,$(1),\
+ ws2_32 \
+ advapi32 \
+ kernel32 \
+ shlwapi \
+ crypt32 \
+)
endef
define gb_ExternalProject__use_mariadb-connector-c