Rebase to Fedora Rawhide (bundle_dummy_pthread_headers=0)

resolves: rhbz#2079435
side-tag: c9s-build-side-467-stack-gate
This commit is contained in:
Richard W.M. Jones 2022-05-06 20:47:06 +01:00
parent 3900ff69c5
commit d56e04b445

View File

@ -6,11 +6,11 @@
# build, the flag below needs to be set to 1. When winpthreads
# is available then this flag needs to be set to 0 to avoid
# a file conflict with the winpthreads headers.
%global bundle_dummy_pthread_headers 1
%global bundle_dummy_pthread_headers 0
Name: mingw-headers
Version: 10.0.0
Release: 3%{?dist}
Release: 3.1%{?dist}
Summary: Win32/Win64 header files
License: Public Domain and LGPLv2+ and ZPLv2.1
@ -111,7 +111,7 @@ rm -f %{buildroot}%{ucrt64_includedir}/pthread_unistd.h
%changelog
* Fri May 06 2022 Richard W.M. Jones <rjones@redhat.com> - 10.0.0-3
* Fri May 06 2022 Richard W.M. Jones <rjones@redhat.com> - 10.0.0-3.1
- Rebase to Fedora Rawhide
resolves: rhbz#2079435