packaging: remove largefile-fileserver option from spec file

Remove the obsolete --enable-largefile-fileservers option from
the RedHat spec file.

Change-Id: I8334c0bfc53125243f78c04a064e23c987a2a4fc
Reviewed-on: http://gerrit.openafs.org/9144
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
Arne Wiebalck 2013-02-20 16:09:06 +01:00 committed by Derrick Brashear
parent f2e6a92f44
commit 1e73119875

View File

@ -292,7 +292,6 @@ what gets built:
--without krb5 Disable krb5 support (default: with krb5) --without krb5 Disable krb5 support (default: with krb5)
--with bitmap-later Enable "bitmap later" support --with bitmap-later Enable "bitmap later" support
--with bos-restricted Enable "bos restricted" mode --with bos-restricted Enable "bos restricted" mode
--with largefiles Enable "largefile fileserver" mode
--with supergroups Enable "supergroups" --with supergroups Enable "supergroups"
--target=i386 The target architecture to build for. --target=i386 The target architecture to build for.
@ -834,7 +833,6 @@ PrintRedhatKernelFix() {
config_opts="--enable-redhat-buildsys \ config_opts="--enable-redhat-buildsys \
%{?_with_bitmap_later:--enable-bitmap-later} \ %{?_with_bitmap_later:--enable-bitmap-later} \
%{?_with_bos_restricted:--enable-bos-restricted-mode} \ %{?_with_bos_restricted:--enable-bos-restricted-mode} \
%{?_with_largefiles:--enable-largefile-fileserver} \
%{?_with_supergroups:--enable-supergroups} \ %{?_with_supergroups:--enable-supergroups} \
--enable-transarc-paths" --enable-transarc-paths"