4 Commits

Author SHA256 Message Date
0ab9d46fb1 Add support to use a different crt (boo#1243096)
By specifying %_mingw32_crt <crt> in the obs project config
a different c runtime library can be used for building this
package.
2025-05-16 10:49:44 +02:00
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
7a86c7df9b mingw-w64 12.0.0 2024-09-28 16:01:48 +02:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 12 20:26:43 UTC 2025 - Ralf Habacker <ralf.habacker@freenet.de>
- Add support to use a different crt (boo#1243096)
By specifying %_mingw32_crt <crt> in the obs project config
a different c runtime library can be used for building this
package.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 7 10:21:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Mon Oct 7 10:21:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -54,7 +54,9 @@ 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 --enable-sdk=all --with-default-msvcrt=msvcrt %_mingw32_configure \
--enable-sdk=all \
--with-default-msvcrt=%{?_mingw32_crt:%{_mingw32_crt}}%{!?_mingw32_crt:msvcrt}
%make_build %make_build
%install %install