forked from mingw/mingw32-headers
Fixes build errors in other packages
This commit is contained in:
parent
7a86c7df9b
commit
8bc57f47b5
@ -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>
|
Wed Aug 28 10:45:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ an actual pthread implementation (like winpthreads) is installed.
|
|||||||
%build
|
%build
|
||||||
%_mingw32_configure \
|
%_mingw32_configure \
|
||||||
--enable-sdk=all \
|
--enable-sdk=all \
|
||||||
--enable-secure-api
|
--with-default-msvcrt=msvcrt
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user