temporarily force sparc64 libcrypto to be built --no-execute-only because
perlasm is still putting tables (intended to be rodata) into text.
This will help dynamic executables, but static executables won't be
saved by this. But this is temporary because we hope the perlasm problem
is fixed soon.
-# $OpenBSD: Makefile.inc,v 1.4 2019/05/11 13:05:25 tb Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2023/01/11 16:36:44 deraadt Exp $
# sparc64-specific libcrypto build rules
+LDADD+= -Wl,--no-execute-only
+
# aes
SRCS+= aes_core.c aes_cbc.c
CFLAGS+= -DAES_ASM