RHBZ #922974 affects Fedora >= 19 and RHEL >= 7

This commit is contained in:
Robert Scheck 2015-03-19 23:59:38 +01:00
parent a8c6b33159
commit e69cd6406b

View File

@ -64,14 +64,14 @@ EOF
%build
# Work around RHBZ #922974 on Fedora 19 and later
%if 0%{?fedora} >= 19
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
CFLAGS="$RPM_OPT_FLAGS -DMKSH_DISABLE_EXPERIMENTAL" sh Build.sh -r
%else
CFLAGS="$RPM_OPT_FLAGS -DMKSH_DISABLE_EXPERIMENTAL" sh Build.sh -r -c lto
%endif
cp test.sh test_mksh.sh
# Work around RHBZ #922974 on Fedora 19 and later
%if 0%{?fedora} >= 19
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
CFLAGS="$RPM_OPT_FLAGS -DMKSH_DISABLE_EXPERIMENTAL" sh Build.sh -L -r
%else
CFLAGS="$RPM_OPT_FLAGS -DMKSH_DISABLE_EXPERIMENTAL" sh Build.sh -L -r -c lto