Remove --disable-largefile hack which is no longer needed with supermin 5.1.1.

This commit is contained in:
Richard W.M. Jones 2014-03-01 10:00:25 +00:00
parent 7610a1186a
commit b9056b8929
1 changed files with 1 additions and 8 deletions

View File

@ -47,14 +47,7 @@ second when you need to boot one of them.
%build
# Use --disable-largefile to work around glibc bug:
# https://sourceware.org/bugzilla/show_bug.cgi?id=15838
# Eventually we will need to fix this properly.
%configure \
--disable-network-tests \
%ifarch %{ix86} %{arm}
--disable-largefile
%endif
%configure --disable-network-tests
make