2
0

Delete --enable-secure-api configure option

Unrecognized since about mingw 7.
This commit is contained in:
Jan Engelhardt 2024-10-07 12:23:47 +02:00
parent 8f884be2a9
commit 0652256b7d
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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> Sun Oct 6 22:13:26 UTC 2024 - Ralf Habacker <ralf.habacker@freenet.de>

View File

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