From: Peter Michael Green Date: Sun, 12 Aug 2018 14:55:37 +0000 (+0100) Subject: Disable pdfium (according to the changelog it was already disabled, I guess the actua... X-Git-Tag: archive/raspbian/1%6.1.0_rc2-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee4e88229766539e793e5403f212ef9552bcecd9;p=libreoffice.git Disable pdfium (according to the changelog it was already disabled, I guess the actual change got lost somewhere) --- diff --git a/debian/rules b/debian/rules index 363a396d4ef..20ba046c489 100755 --- a/debian/rules +++ b/debian/rules @@ -514,7 +514,7 @@ PLATFORMID := $(shell grep PLATFORMID debian/vars.$(DEB_HOST_ARCH) | cut -d"=" - # let's do this only on archs where we have chromium, which is supposedly even only the archs # where alsp pdfium is supported. -OOO_PDFIUM_ARCHS := i386 amd64 armhf arm64 +OOO_PDFIUM_ARCHS := i386 amd64 arm64 ifneq (,$(findstring $(DEB_HOST_ARCH),$(OOO_PDFIUM_ARCHS))) ENABLE_PDFIUM=y else