[eglib] Don't define _FORTIFY_SOURCE on Cygwin builds (#18308)
commit61eb2be2e10c228c5915d90a90b52e7d410c0f25
authorAleksey Kliger (λgeek) <alklig@microsoft.com>
Mon, 30 Dec 2019 14:54:57 +0000 (30 09:54 -0500)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2019 14:54:57 +0000 (30 09:54 -0500)
tree69b62ef6de19e93525d4f2421ad9499740f1481a
parent9719635e5896b1c929cb5310f400b713a8ddfac8
[eglib] Don't define _FORTIFY_SOURCE on Cygwin builds (#18308)

See https://github.com/msys2/MINGW-packages/issues/5803

Without -lssp (or -fstack-protector), -D_FORTIFY_SOURCE=2 leads to linker
errors.
mono/eglib/Makefile.am
mono/eglib/test/Makefile.am