forked from pool/mingw32-headers
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
8bc57f47b5 |
@ -1,13 +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>
|
||||||
|
|
||||||
- Fixes build errors in other packages due to undefined
|
- Fixes build errors in other packages due to undefined
|
||||||
references of "_imp____sys_nerr" and others caused by
|
references of “_imp____sys_nerr'” and others caused by
|
||||||
this package not being synchronized with the mingw32-runtime
|
this package not being synchronized with the mingw32-runtime
|
||||||
package (--with-default-msvcrt=msvcrt must be used).
|
package (--with-default-msvcrt=msvcrt must be used).
|
||||||
|
|
||||||
|
@ -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=msvcrt
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user