mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Fix NO_PIE env definition
Reported by: peter
This commit is contained in:
parent
ca590d213b
commit
54d99c4de5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356868
@ -1632,7 +1632,7 @@ INSTALL_TARGET:= ${INSTALL_TARGET:S/^install-strip$/install/g}
|
||||
.endif
|
||||
|
||||
# XXX PIE support to be added here
|
||||
MAKE_ENV+= NO_PIE
|
||||
MAKE_ENV+= NO_PIE=yes
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
PLIST_SUB+= PORTDOCS="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user