changeset 5839:f0fc792daaa6

ghostscript: Disable openjpeg. * src/ghostscript.mk: Disable OpenJPEG. That fixes an error for incremental builds.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 12 Aug 2021 14:02:05 +0200
parents d5562a901c09
children 52dc0306768d
files src/ghostscript.mk
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ghostscript.mk	Thu Aug 12 13:42:02 2021 +0200
+++ b/src/ghostscript.mk	Thu Aug 12 14:02:05 2021 +0200
@@ -39,10 +39,11 @@
     cd '$(1)/.build' && $(1)/configure \
         CPPFLAGS='$(CPPFLAGS) -DHAVE_SYS_TIMES_H=0' \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
-	$($(PKG)_CONFIGURE_FLAGS) \
+        $($(PKG)_CONFIGURE_FLAGS) \
         --prefix='$(HOST_PREFIX)' \
         --without-local-zlib \
-        --with-system-libtiff
+        --with-system-libtiff \
+        --disable-openjpeg
 
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' $(if $(BUILD_STATIC),libgs,so)
     $(MAKE) -C '$(1)/.build' prefix='$(HOST_PREFIX)' install