Skip to content

Fix cairo with the new mingw

Albert Astals Cid requested to merge work/aacid/cairo_dev_new_mingw into dev

Yes with mingw-w64 if you define _FORTIFY_SOUECE to something greater than zero you have to link against libssp, either by adding -fstack-protector or -lssp, because mingw-w64, unlike GNU libc, does not provide fortified functions.

Merge request reports