- Try building gs with -fno-strict-aliasing.

This commit is contained in:
Tim Waugh 2005-03-10 12:03:59 +00:00
parent e82d38730b
commit 1c615e73d9
1 changed files with 6 additions and 3 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
Release: 39.1
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" prefix=%{_prefix}
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
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}
%install
rm -rf $RPM_BUILD_ROOT
@ -602,6 +602,9 @@ 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.
* Tue Mar 1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
- Rebuilt for new GCC.