mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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
This commit is contained in:
parent
43074edb4e
commit
1b5ef1e1d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568020
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user