1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

net/freevrrpd: force PIE off to fix build if base system PIE enabled

Static PIE is not yet supported in the base system, so force it off in
advance of the base system's default changing.

PR:		253275 [exp-run]
Approved by:	lwhsu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D28595
This commit is contained in:
Ed Maste 2021-02-19 14:27:28 +00:00
parent f9eda29e91
commit 9c9d9a61c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566067

View File

@ -19,6 +19,9 @@ DISTVERSIONPREFIX= v
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
# XXX static PIE is not yet supported by the base system
MAKE_ENV+= WITHOUT_PIE=true
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/freevrrpd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/freevrrpd.conf.sample \