summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-02-13 22:07:38 +0100
committerJan Holesovsky <kendy@collabora.com>2018-06-01 08:59:08 +0200
commitd29955ebb69c5c5a3bd872d22575651dd829e6cb (patch)
tree3e018763fbe246cb14af6adcf558364cbd018791 /external
parent1036c6fd5505f61d1971548f54b1b6db07f6a7f9 (diff)
pdfium: disable custom allocator
That causes problems on aarch64 (see <https://lists.freedesktop.org/archives/libreoffice/2018-February/079384.html>) and provides little benefit to our use-case. Change-Id: I133d41476ab84cec67abc5b36a1e16c91bc6ac15 Reviewed-on: https://gerrit.libreoffice.org/49684 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 9efd288b31e259b964097d3eeeff7f6c10945cb3)
Diffstat (limited to 'external')
-rw-r--r--external/pdfium/Library_pdfium.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/pdfium/Library_pdfium.mk b/external/pdfium/Library_pdfium.mk
index a508d83be107..e3e802d8053c 100644
--- a/external/pdfium/Library_pdfium.mk
+++ b/external/pdfium/Library_pdfium.mk
@@ -24,6 +24,7 @@ $(eval $(call gb_Library_add_defs,pdfium,\
-DUSE_SYSTEM_LCMS2 \
-DUSE_SYSTEM_LIBJPEG \
-DUSE_SYSTEM_ZLIB \
+ -DMEMORY_TOOL_REPLACES_ALLOCATOR \
-DUNICODE \
))