Skip to content
Snippets Groups Projects
Commit 966fc5d9 authored by buffalo-pull's avatar buffalo-pull
Browse files

Enable SMFS build.

Include /usr/sbin/l_getgroups in the RPM.
parent 856d027e
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
# Set an explicit path to our Linux tree, if we can.
cd $RPM_BUILD_DIR/lustre-%{version}
./configure \
--enable-smfs \
--with-linux='%{linuxdir}' \
--with-linux-obj='@LINUX_OBJ@' \
--with-linux-config=@LINUX_CONFIG@ \
......@@ -149,6 +150,7 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/ldap/lustre
%attr(-, root, root) /usr/sbin/obdio
%attr(-, root, root) /usr/sbin/routerstat
%attr(-, root, root) /usr/sbin/wirecheck
%attr(-, root, root) /usr/sbin/l_getgroups
%attr(-, root, root) /usr/bin/lfs
%attr(-, root, root) /usr/bin/lfind
%attr(-, root, root) /usr/bin/lstripe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment