mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
net/sup: 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/D28801
This commit is contained in:
parent
e0227d722b
commit
43074edb4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568019
@ -16,6 +16,9 @@ USES= uidfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hrs-allbsd
|
||||
|
||||
# XXX Static libraries with PIE are currently unsupported.
|
||||
MAKE_ARGS+= WITHOUT_PIE=true
|
||||
|
||||
PLIST_FILES= bin/sup bin/supfilesrv bin/supscan \
|
||||
man/man1/sup.1.gz man/man8/supfilesrv.8.gz \
|
||||
man/man8/supscan.8.gz man/man8/supservers.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user