projects
/
libreoffice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e97d81
)
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
author
Peter Michael Green
<plugwash@raspbian.org>
Sun, 12 Aug 2018 14:55:37 +0000
(15:55 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sun, 12 Aug 2018 14:55:37 +0000
(15:55 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 363a396d4ef76511e130a1db5e510f7266eb3b50..20ba046c4897538ec943ef7f15bd295233187a68 100755
(executable)
--- 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 arm
hf arm
64
+OOO_PDFIUM_ARCHS := i386 amd64 arm64
ifneq (,$(findstring $(DEB_HOST_ARCH),$(OOO_PDFIUM_ARCHS)))
ENABLE_PDFIUM=y
else