diff --git a/ghostscript.changes b/ghostscript.changes index 80d9994..6dcf9ff 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 11:12:39 UTC 2022 - Dirk Müller + +- use system zlib (bsc#1198449) + ------------------------------------------------------------------- Thu Apr 7 08:14:51 UTC 2022 - Frederic Crozat diff --git a/ghostscript.spec b/ghostscript.spec index d59cb64..bf24cfa 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -346,6 +346,7 @@ rm -rf freetype jpeg libpng tiff %if 0%{?suse_version} >= 1550 rm -rf openjpeg %endif +rm -rf zlib # In contrast to the above we use lcms2 from SUSE since Ghostscript 9.23rc1 # because that is what Ghostscript upstream recommends according to # https://ghostscript.com/pipermail/gs-devel/2018-March/010061.html @@ -413,6 +414,7 @@ export SUSE_ASNEEDED=0 --enable-openjpeg \ --enable-dynamic \ --disable-compile-inits \ + --without-local-zlib \ --with-ijs \ --enable-cups \ --with-drivers=ALL \