ralph engels - 2019-09-24

This started happening on msys2 with the latest pull from the version 7 mingw-w64 api.

undefined reference to __chk_fail and many others.
removing -D_FORTIFY_SOURCE from build flags does not work because it expects a value now,
so i have to pass -D_FORTIFY_SOURCE=0 to get anything that uses these __chk_functions to build.

example of things that no longer build due to this is python2 and 3 and mono.

 

Last edit: ralph engels 2019-09-24