- Try building gs with -fno-strict-aliasing.
This commit is contained in:
parent
cf0cd68b67
commit
b66b2c06c9
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user