sysutils/moosefs2-master: fix build of client on GCC architectures

sustained_inodes.c: In function 'sinodes_pid_inodes':
sustained_inodes.c:224: error: 'struct kinfo_file' has no member named 'kf_un'
sustained_inodes.c:225: error: 'struct kinfo_file' has no member named 'kf_un'

MFH:		2020Q4
This commit is contained in:
Piotr Kubaj 2020-12-02 15:12:37 +00:00
parent 4baa685f6f
commit aa995ea2b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556831

View File

@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --disable-mfscli
.endif
.if ${MFS_COMPONENT} == client
USES= fuse pkgconfig
USES= compiler:c11 fuse pkgconfig
CONFIGURE_ARGS+= --enable-mfsmount
.else
CONFIGURE_ARGS+= --disable-mfsmount