[info=8f884be2a9f0580168481d78abdac282df07e1d602a2a2f8c3264e31081ec27a]

OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-headers?expand=0&rev=58
This commit is contained in:
OBS User unknown 2024-10-07 07:02:53 +00:00 committed by Git OBS Bridge
parent 2fea505cb1
commit 14dd974f50
4 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,4 @@
mtime: 1727532108
commit: 7a86c7df9ba798ffe9cafcff8fb10c5b135102d75aea6cb210beca2ddd1febc8
mtime: 1728284531
commit: 8f884be2a9f0580168481d78abdac282df07e1d602a2a2f8c3264e31081ec27a
url: https://src.opensuse.org/mingw/mingw32-headers
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a901398cd3c49cc3e9bbf8ae984f15ca463d22c7c32bb365b45784be42f6088
oid sha256:9e03c3b7ed40df06fbcb0ab3360b7efe12473ccec1625f58c9efbb319349714c
size 256

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>

View File

@ -56,7 +56,8 @@ an actual pthread implementation (like winpthreads) is installed.
%build
%_mingw32_configure \
--enable-sdk=all \
--enable-secure-api
--enable-secure-api \
--with-default-msvcrt=msvcrt
%make_build
%install