- Configure with --with-drivers=ALL since the advertised default is not
what gets used (bug #223819). - Resolves: rhbz#223819
This commit is contained in:
parent
b7c1eb3c1e
commit
043d60f302
@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
|
|||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.cups.org/espgs/
|
URL: http://www.cups.org/espgs/
|
||||||
@ -110,7 +110,8 @@ for path in \
|
|||||||
do
|
do
|
||||||
FONTPATH="$FONTPATH${FONTPATH:+:}$path"
|
FONTPATH="$FONTPATH${FONTPATH:+:}$path"
|
||||||
done
|
done
|
||||||
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH"
|
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \
|
||||||
|
--with-drivers=ALL
|
||||||
|
|
||||||
# Build IJS
|
# Build IJS
|
||||||
cd ijs
|
cd ijs
|
||||||
@ -246,6 +247,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libijs.*a
|
%{_libdir}/libijs.*a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-6
|
||||||
|
- Configure with --with-drivers=ALL since the advertised default is not
|
||||||
|
what gets used (bug #223819).
|
||||||
|
|
||||||
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
|
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
|
||||||
- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
|
- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user