1
0

Compare commits

..

2 Commits

Author SHA256 Message Date
0652256b7d Delete --enable-secure-api configure option
Unrecognized since about mingw 7.
2024-10-07 12:23:47 +02:00
8f884be2a9 Fix build errors in mingw packages
with-msvcrt needs to be applied consistently between mingw-runtime
and mingw-headers.
2024-10-07 09:02:11 +02:00
2 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,13 @@
-------------------------------------------------------------------
Mon Oct 7 10:21:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Delete --enable-secure-api, this is gone since mingw 7.
-------------------------------------------------------------------
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
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).

View File

@ -54,9 +54,7 @@ an actual pthread implementation (like winpthreads) is installed.
%autosetup -n mingw-w64-v%version/mingw-w64-headers -p2
%build
%_mingw32_configure \
--enable-sdk=all \
--with-default-msvcrt=msvcrt
%_mingw32_configure --enable-sdk=all --with-default-msvcrt=msvcrt
%make_build
%install