1
0

Fixes build errors in other packages

This commit is contained in:
Ralf Habacker 2024-10-07 00:26:44 +02:00
parent 7a86c7df9b
commit 8bc57f47b5
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> 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 %build
%_mingw32_configure \ %_mingw32_configure \
--enable-sdk=all \ --enable-sdk=all \
--enable-secure-api --with-default-msvcrt=msvcrt
%make_build %make_build
%install %install