- Disable extended attributes to fix build on -current
PR: ports/133751 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Approved by: maintainer timeout
This commit is contained in:
parent
76de2bce92
commit
fb35f928b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234979
1 changed files with 2 additions and 5 deletions
|
@ -131,10 +131,6 @@ CONFIGURE_ARGS+= --enable-nls
|
|||
CONFIGURE_ARGS+= --disable-nls
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CLIENT_ONLY) && (${OSVERSION} >= 800000)
|
||||
BROKEN= Does not build due to missing llistxattr
|
||||
.endif
|
||||
|
||||
# overridden if client install
|
||||
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.server
|
||||
PKGINSTALL= ${PKGDIR}/pkg-install.server
|
||||
|
@ -142,7 +138,8 @@ PKGINSTALL= ${PKGDIR}/pkg-install.server
|
|||
# Client only or full server version
|
||||
.if defined(WITH_CLIENT_ONLY)
|
||||
CONFFILES= fd
|
||||
CONFIGURE_ARGS+= --enable-client-only
|
||||
# --disable-xattr is temporary to allow build with 8-current
|
||||
CONFIGURE_ARGS+= --enable-client-only --disable-xattr
|
||||
|
||||
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.client
|
||||
PKGINSTALL= ${PKGDIR}/pkg-install.client
|
||||
|
|
Loading…
Reference in a new issue