From efdde165b7030c816ee1523579e640d06c4211ee Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 17 Feb 2010 17:59:48 +0000 Subject: [PATCH] - Use system libtiff. --- ghostscript.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index 4105c54..ad8895b 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer. Name: ghostscript Version: %{gs_ver} -Release: 1%{?dist} +Release: 2%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -173,7 +173,7 @@ do FONTPATH="$FONTPATH${FONTPATH:+:}$path" done %configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \ - --with-drivers=ALL --disable-compile-inits \ + --with-drivers=ALL --disable-compile-inits --with-system-libtiff \ CFLAGS="$CFLAGS $EXTRACFLAGS" # Build IJS @@ -321,6 +321,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Wed Feb 17 2010 Tim Waugh 8.71-2 +- Use system libtiff. + * Wed Feb 17 2010 Tim Waugh 8.71-1 - 8.71 (bug #565935).