CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/04/06 05:45:35
Modified files:
security/openssl/1.0.2/patches: patch-config
Log message:
Don't attempt to use -Wa,--noexecstack, breaks build on sparc64
Detection succeeds on sparc64 where clang uses gas, but then build fails
because of a mix of -Wa,foobar unused argument warning and -Werror.
Just drop the use of --noexecstack, the stack is always marked
non-executable on OpenBSD.
ok sthen@ (maintainer)
