2
0

Fixes build errors in other packages #1

Manually merged
jengelh merged 1 commits from rhabacker/mingw32-headers:master into master 2024-10-07 09:02:54 +02:00
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Oct 6 22:13:26 UTC 2024 - Ralf Habacker <ralf.habacker@freenet.de>
- Fixes build errors in other packages due to undefined
references of “_imp____sys_nerr'” and others caused by
this package not being synchronized with the mingw32-runtime
package (--with-default-msvcrt=msvcrt must be used).
-------------------------------------------------------------------
Wed Aug 28 10:45:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -56,7 +56,7 @@ an actual pthread implementation (like winpthreads) is installed.
%build
%_mingw32_configure \
--enable-sdk=all \
--enable-secure-api
--with-default-msvcrt=msvcrt
%make_build
%install