- Skip acls patch on FreeBSD 4.X, ACL support in that version of FreeBSD
is not complete enough Reported by: John Winger <JWWinger@marketvisionresearch.com>
This commit is contained in:
parent
5dacf7322c
commit
ee777cf343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161924
@ -63,10 +63,12 @@ PATCH_STRIP= -p1
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_ACLS)
|
||||
.if ${OSVERSION} >= 500000
|
||||
EXTRA_PATCHES+= ${WRKSRC}/patches/acls.diff
|
||||
PATCH_STRIP= -p1
|
||||
CONFIGURE_ARGS+=--enable-acl-support
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SSH)
|
||||
CONFIGURE_ARGS+= --with-rsh=rsh
|
||||
|
Loading…
Reference in New Issue
Block a user