diff --git a/ghostscript.spec b/ghostscript.spec index 1cb417d..e36d7f6 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -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 7.07-39.1 +- Try building gs with -fno-strict-aliasing. + * Tue Mar 1 2005 Tim Waugh 7.07-39 - Rebuilt for new GCC.