Use --disable-largefile to work around glibc bug (32 bit platforms only).
This commit is contained in:
parent
db0afa4609
commit
d6d40231f2
@ -1,7 +1,7 @@
|
|||||||
Summary: Tool for creating supermin appliances
|
Summary: Tool for creating supermin appliances
|
||||||
Name: supermin
|
Name: supermin
|
||||||
Version: 5.1.0
|
Version: 5.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
@ -46,7 +46,14 @@ second when you need to boot one of them.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-network-tests
|
# 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
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
@ -72,7 +79,7 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 26 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.0-1
|
* Wed Feb 26 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.0-2
|
||||||
- New upstream version 5.1.0.
|
- New upstream version 5.1.0.
|
||||||
- Note this is effectively a rewrite, and is not completely compatible.
|
- Note this is effectively a rewrite, and is not completely compatible.
|
||||||
- There is no separate 'supermin-helper' subpackage any more.
|
- There is no separate 'supermin-helper' subpackage any more.
|
||||||
|
Loading…
Reference in New Issue
Block a user