MFH: r556831

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'
This commit is contained in:
Piotr Kubaj 2020-12-02 15:13:24 +00:00
parent d8f5713cc5
commit 556c0e57b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=556832

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