- Disallow on amd64 pointyhat, accesses /etc/fstab during build which is not
available in build jails Reported by: pointyhat
This commit is contained in:
parent
45b59e1023
commit
bdbae792b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260307
1 changed files with 7 additions and 1 deletions
|
@ -33,4 +33,10 @@ MAN3= Sys::Filesystem::Mswin32.3 \
|
|||
Sys::Filesystem::Hpux.3 \
|
||||
Sys::Filesystem::Netbsd.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
MANUAL_PACKAGE_BUILD= accesses /etc/fstab during configure phase
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue