Resolves: #1294016 - prevent test-isinf from failing with gcc-5.3.1 on ppc64le
This commit is contained in:
parent
73a88e7f27
commit
3d8270f934
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU versions of find utilities (find and xargs)
|
Summary: The GNU versions of find utilities (find and xargs)
|
||||||
Name: findutils
|
Name: findutils
|
||||||
Version: 4.6.0
|
Version: 4.6.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
@ -56,6 +56,9 @@ rm -rf locate
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# prevent test-isinf from failing with gcc-5.3.1 on ppc64le (#1294016)
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -D__SUPPORT_SNAN__"
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
# uncomment to turn off optimizations
|
# uncomment to turn off optimizations
|
||||||
@ -97,6 +100,9 @@ fi
|
|||||||
%{_infodir}/find-maint.info.gz
|
%{_infodir}/find-maint.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 06 2016 Kamil Dudka <kdudka@redhat.com> - 1:4.6.0-2
|
||||||
|
- prevent test-isinf from failing with gcc-5.3.1 on ppc64le (#1294016)
|
||||||
|
|
||||||
* Tue Dec 29 2015 Kamil Dudka <kdudka@redhat.com> - 1:4.6.0-1
|
* Tue Dec 29 2015 Kamil Dudka <kdudka@redhat.com> - 1:4.6.0-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
- drop oldfind(1) no longer supported by upstream
|
- drop oldfind(1) no longer supported by upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user