diff --git a/mingw32-headers.changes b/mingw32-headers.changes index 6d61934..9b4476e 100644 --- a/mingw32-headers.changes +++ b/mingw32-headers.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 6 22:13:26 UTC 2024 - Ralf Habacker + +- 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 diff --git a/mingw32-headers.spec b/mingw32-headers.spec index 0f95d3f..c883a48 100644 --- a/mingw32-headers.spec +++ b/mingw32-headers.spec @@ -56,7 +56,7 @@ an actual pthread implementation (like winpthreads) is installed. %build %_mingw32_configure \ --enable-sdk=all \ - --enable-secure-api + --with-default-msvcrt=msvcrt %make_build %install