From 31fb17702464442a27bb36a42f99a1dffa8d01d5 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 30 Oct 2016 11:14:41 +0000 Subject: security/acme-client: Unblock package build via bundled LibreSSL - Use staged build of LibreSSL when SSL_DEFAULT is not libressl* - Remove STATIC_ACME_CLIENT option - Remove extra-patch for static build - Add stack smashing protection flags for 9.3 i386 PR: 213695 Submitted by: jbeich --- security/acme-client/files/extra-patch-GNUmakefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/acme-client/files/extra-patch-GNUmakefile (limited to 'security/acme-client/files') diff --git a/security/acme-client/files/extra-patch-GNUmakefile b/security/acme-client/files/extra-patch-GNUmakefile deleted file mode 100644 index f1e3113c0ea0..000000000000 --- a/security/acme-client/files/extra-patch-GNUmakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- GNUmakefile.orig 2016-09-01 05:48:04 UTC -+++ GNUmakefile -@@ -71,7 +71,7 @@ endif - all: acme-client - - acme-client: $(OBJS) -- $(CC) -o $@ $(OBJS) $(LDFLAGS) -ltls -lssl -lcrypto $(LIBBSD) -+ $(CC) -o $@ $(OBJS) $(LDFLAGS) ${PREFIX}/lib/libtls.a ${PREFIX}/lib/libssl.a ${PREFIX}/lib/libcrypto.a $(LIBBSD) - - # This is for synchronising from -portable to the master. - rmerge: -- cgit v1.2.3