- Try building gs with -O0.

This commit is contained in:
Tim Waugh 2005-03-10 12:54:10 +00:00
parent 1c615e73d9
commit b0b63e57dc
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13
# Set this to '1' for fontconfig support.
%define use_fontconfig 0
Release: 39.1
Release: 39.2
License: GPL
URL: http://www.ghostscript.com/doc/gnu/
@ -513,8 +513,8 @@ autoconf # The shipped configure script is broken and needs remaking.
make
cd ..
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" prefix=%{_prefix}
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" prefix=%{_prefix}
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O0" prefix=%{_prefix}
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O0" prefix=%{_prefix}
%install
rm -rf $RPM_BUILD_ROOT
@ -602,8 +602,8 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-39.1
- Try building gs with -fno-strict-aliasing.
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-39.2
- Try building gs with -O0.
* Tue Mar 1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
- Rebuilt for new GCC.