- Use system libtiff.
This commit is contained in:
parent
a8817762e8
commit
efdde165b7
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer.
|
|||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# Included CMap data is Redistributable, no modification permitted,
|
# Included CMap data is Redistributable, no modification permitted,
|
||||||
# see http://bugzilla.redhat.com/487510
|
# see http://bugzilla.redhat.com/487510
|
||||||
@ -173,7 +173,7 @@ 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 --disable-compile-inits \
|
--with-drivers=ALL --disable-compile-inits --with-system-libtiff \
|
||||||
CFLAGS="$CFLAGS $EXTRACFLAGS"
|
CFLAGS="$CFLAGS $EXTRACFLAGS"
|
||||||
|
|
||||||
# Build IJS
|
# Build IJS
|
||||||
@ -321,6 +321,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgs.so
|
%{_libdir}/libgs.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-2
|
||||||
|
- Use system libtiff.
|
||||||
|
|
||||||
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-1
|
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-1
|
||||||
- 8.71 (bug #565935).
|
- 8.71 (bug #565935).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user