summaryrefslogtreecommitdiff
path: root/external/libgpg-error/UnpackedTarball_libgpg-error.mk
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@cib.de>2017-11-23 18:09:19 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-11-24 16:03:38 +0100
commitb9c2fac7bc81866c01b7179796861533aadc190b (patch)
treeff096db107ad58da3804ff9e8afcc34f9138f1d5 /external/libgpg-error/UnpackedTarball_libgpg-error.mk
parent832584eae514ea9cd4b3b42f1a2e9d69a17c5160 (diff)
gpg4libre: call libgpg-error subsystem init
Due to a string of unhelpful coincidences, _gpgrt_lock_init never got called in libgpg-error for Windows; resulting in occasional crashes. Change-Id: I95f508e4622777c21f90c76dce5b5ff420c81fa1 Reviewed-on: https://gerrit.libreoffice.org/45191 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'external/libgpg-error/UnpackedTarball_libgpg-error.mk')
-rw-r--r--external/libgpg-error/UnpackedTarball_libgpg-error.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libgpg-error/UnpackedTarball_libgpg-error.mk b/external/libgpg-error/UnpackedTarball_libgpg-error.mk
index 2d662f4161d2..02ad356444ee 100644
--- a/external/libgpg-error/UnpackedTarball_libgpg-error.mk
+++ b/external/libgpg-error/UnpackedTarball_libgpg-error.mk
@@ -18,6 +18,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,libgpg-error, \
$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes.patch) \
$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-2.patch.1) \
$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-3.patch.1) \
+ $(if $(filter MSC,$(COM)),external/libgpg-error/w32-disable-dllinit.patch.1) \
))
# vim: set noet sw=4 ts=4: