Remove --disable-largefile hack which is no longer needed with supermin 5.1.1.
This commit is contained in:
parent
7610a1186a
commit
b9056b8929
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user