- Configure with --with-drivers=ALL since the advertised default is not

what gets used (bug #223819).
- Resolves: rhbz#223819
This commit is contained in:
Tim Waugh 2007-01-24 10:35:02 +00:00
parent b7c1eb3c1e
commit 043d60f302

View File

@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
Name: ghostscript
Version: %{gs_ver}
Release: 5%{?dist}
Release: 6%{?dist}
License: GPL
URL: http://www.cups.org/espgs/
@ -110,7 +110,8 @@ for path in \
do
FONTPATH="$FONTPATH${FONTPATH:+:}$path"
done
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH"
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \
--with-drivers=ALL
# Build IJS
cd ijs
@ -246,6 +247,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libijs.*a
%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
- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).