From 86bd41e9cca6ef253b2c9ee3f0f9a922cbd556e0 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 18 Mar 2023 00:17:54 -0700 Subject: [PATCH] Update winpthreads in Windows binaries to 10.0.0 --- tools/windeps/Makefile | 3 +-- tools/windeps/sha256sums | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/windeps/Makefile b/tools/windeps/Makefile index 20db7c1d..732e3174 100644 --- a/tools/windeps/Makefile +++ b/tools/windeps/Makefile @@ -11,7 +11,7 @@ ARCHITECTURES := i686 x86_64 LIBXML2_VERSION := 2.10.3 -WINPTHREADS_VERSION := 5.0.3 +WINPTHREADS_VERSION := 10.0.0 LIBXML_URL := https://download.gnome.org/sources/libxml2/2.10/libxml2-$(LIBXML2_VERSION).tar.xz WINPTHREADS_URL := http://downloads.sourceforge.net/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2 @@ -86,7 +86,6 @@ winpthreads_$(1):$(WINPTHREADS_SRCDIR) CFLAGS=-O2; \ $(MAKE) install; \ sed -i -e 's/if defined DLL_EXPORT/if 0/' \ - -e 's/pthread_getevent ()/pthread_getevent (void)/'\ ../sysroot_$(1)/include/pthread.h; $(1)_BUILD_TARGETS += winpthreads_$(1) diff --git a/tools/windeps/sha256sums b/tools/windeps/sha256sums index 3b66d9a1..33e9f34e 100644 --- a/tools/windeps/sha256sums +++ b/tools/windeps/sha256sums @@ -1,2 +1,2 @@ 5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c libxml2-2.10.3.tar.xz -2a601db99ef579b9be69c775218ad956a24a09d7dabc9ff6c5bd60da9ccc9cb4 mingw-w64-v5.0.3.tar.bz2 +ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894 mingw-w64-v10.0.0.tar.bz2 -- 2.43.0