www/nostromo: 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/D28864
This commit is contained in:
parent
384f783854
commit
4e243c45f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568022
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ USES= uidfix ssl
|
|||
MAKE_ENV?= MAKEOBJDIR=. NOSTROMO_DIR=${NOSTROMO_DIR} MANDIR=${PREFIX}/man/man
|
||||
PLIST_SUB+= NOSTROMODIR="${NOSTROMO_DIR}" NOSTROMOLOGDIR="${NOSTROMO_LOGDIR}"
|
||||
|
||||
# XXX PIE with static libraries is currently unsupported.
|
||||
MAKE_ENV+= WITHOUT_PIE=true
|
||||
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -e "s@/var/nostromo@${NOSTROMO_DIR}@g" \
|
||||
${WRKSRC}/src/nhttpd/nhttpd.8 \
|
||||
|
|
Loading…
Reference in a new issue