aboutsummaryrefslogtreecommitdiff
path: root/security/acme-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/acme-client/Makefile')
-rw-r--r--security/acme-client/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile
index 9004b071123c..35eb3a7233e1 100644
--- a/security/acme-client/Makefile
+++ b/security/acme-client/Makefile
@@ -53,14 +53,7 @@ LDFLAGS+= -L${WRKDIR}/libressl/lib
. ifnmake describe
STAGEDIR_libressl!= ${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/libressl
. endif
-# security/libressl ignores implicit SSP_UNSAFE, see Mk/bsd.ssp.mk
-. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000036 && ${ARCH} == i386
-SSP_CFLAGS?= -fstack-protector
-CFLAGS+= ${SSP_CFLAGS}
-LDFLAGS+= -fstack-protector
-LIBS+= -lssp_nonshared
-. endif
-
+
pre-configure:
@(cd ${STAGEDIR_libressl}${LOCALBASE} && ${COPYTREE_SHARE} \
. ${WRKDIR}/libressl "! -name *.so*")