diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index 0ff2113..93d2c9c 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -146,6 +146,7 @@ autoreconf -fi %else %define with_or_without_system_libtiff --with-system-libtiff %endif +# See http://bugs.ghostscript.com/show_bug.cgi?id=693100 export SUSE_ASNEEDED=0 ./configure --prefix=%{_prefix} \ --bindir=%{_bindir} \ diff --git a/ghostscript.spec b/ghostscript.spec index 0c7722f..c4144e9 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -261,6 +261,7 @@ autoreconf -fi %else %define with_or_without_system_libtiff --with-system-libtiff %endif +# See http://bugs.ghostscript.com/show_bug.cgi?id=693100 export SUSE_ASNEEDED=0 ./configure --prefix=%{_prefix} \ --bindir=%{_bindir} \