K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2021-01-05T15:47:46.027672Z
K 7
svn:log
V 304
Fix build on AIX with -fstack-protector-strong

Though the compiler accepts -fstack-protector-strong, the build fails
because of either "Undefined symbol: __stack_chk_guard" or
"library libssp_nonshared not found" errors, depending on whether
the -fstack-protector-strong flag is also given for linking.

END
