aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-03-10 18:21:04 +0000
committerEd Maste <emaste@FreeBSD.org>2021-03-10 18:21:04 +0000
commit1b5ef1e1d0cbc60fc1f85f6f719d92e2343494f7 (patch)
treed5e6069ab964094c4d733eaa128db1d274bd851b /mail
parent43074edb4e4110014a40fbb1684a69f77a85ce89 (diff)
downloadports-1b5ef1e1d0cbc60fc1f85f6f719d92e2343494f7.tar.gz
ports-1b5ef1e1d0cbc60fc1f85f6f719d92e2343494f7.zip
mail/mailest: fix build with base system PIE default
PIE with static libraries is currently unsupported in the FreeBSD base system. Explicitly disable PIE for in affected ports for now. PR: 253275 [exp-run] Submitted by: Dawid Gorecki <dgr@semihalf.com> Approved by: lwhsu Approved by: Maintainer timeout Differential Revision: https://reviews.freebsd.org/D28866
Notes
Notes: svn path=/head/; revision=568020
Diffstat (limited to 'mail')
-rw-r--r--mail/mailest/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile
index 1a97d44c2480..22c4c65d8e52 100644
--- a/mail/mailest/Makefile
+++ b/mail/mailest/Makefile
@@ -27,6 +27,9 @@ GH_ACCOUNT= yasuoka
MAKE_ENV= USE_BSDMAKE=true WITH_INSTALL_AS_USER=true
+# XXX Static libraries with PIE are currently unsupported
+MAKE_ENV+= WITHOUT_PIE=true
+
LICENSE_BSD2CLAUSE_SRC= bytebuf.c replace/sys/tree.h
LICENSE_BSD3CLAUSE_SRC= replace/sys/queue.h
LICENSE_ISCL_SRC= mailestctl.c parser.c parser.h \