Disable pdfium (according to the changelog it was already disabled, I guess the actua... archive/raspbian/1%6.1.0_rc2-3+rpi1 raspbian/1%6.1.0_rc2-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 12 Aug 2018 14:55:37 +0000 (15:55 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 12 Aug 2018 14:55:37 +0000 (15:55 +0100)
debian/rules

index 363a396d4ef76511e130a1db5e510f7266eb3b50..20ba046c4897538ec943ef7f15bd295233187a68 100755 (executable)
@@ -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