]> wimlib.net Git - wimlib/commitdiff
Update winpthreads in Windows binaries to 10.0.0
authorEric Biggers <ebiggers3@gmail.com>
Sat, 18 Mar 2023 07:17:54 +0000 (00:17 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 18 Mar 2023 07:17:54 +0000 (00:17 -0700)
tools/windeps/Makefile
tools/windeps/sha256sums

index 20db7c1d0ded74653e4260341ede4194426d09f5..732e3174dc2a096a3b95244f507e6acef8144eef 100644 (file)
@@ -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)
index 3b66d9a1c5a9b203bcda23aa5ed057780ddf1274..33e9f34eb79a93d224f2aae56e5986f35c2cfce0 100644 (file)
@@ -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