diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-10-30 11:14:41 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-10-30 11:14:41 +0000 |
commit | 31fb17702464442a27bb36a42f99a1dffa8d01d5 (patch) | |
tree | 1e9a0c367452e5f0d2de9447208da9cdc8d6e31d /security/acme-client/files/extra-patch-GNUmakefile | |
parent | net/concourse-fly: New port for Concourse's CLI (diff) |
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
Notes
Notes:
svn path=/head/; revision=424941
Diffstat (limited to 'security/acme-client/files/extra-patch-GNUmakefile')
-rw-r--r-- | security/acme-client/files/extra-patch-GNUmakefile | 11 |
1 files changed, 0 insertions, 11 deletions
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: |