Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
0ab9d46fb1 | |||
0652256b7d | |||
8f884be2a9 | |||
7a86c7df9b |
@@ -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>
|
||||
|
||||
|
@@ -54,7 +54,9 @@ 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=%{?_mingw32_crt:%{_mingw32_crt}}%{!?_mingw32_crt:msvcrt}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user