From: Peter Michael Green Date: Sat, 12 Aug 2017 18:29:03 +0000 (+0000) Subject: Disable pdfium, it seems to fail to build on armv6 X-Git-Tag: archive/raspbian/1%5.4.0-1+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b7ce2fbf870ff44bb9828dd5d4de48205022e4a;p=libreoffice.git Disable pdfium, it seems to fail to build on armv6 --- diff --git a/debian/changelog b/debian/changelog index 43017d92082..12dca6ccc47 100644 Binary files a/debian/changelog and b/debian/changelog differ diff --git a/debian/rules b/debian/rules index ace51a4046f..76811057918 100755 --- a/debian/rules +++ b/debian/rules @@ -598,7 +598,7 @@ endif # 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