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-05-22 12:17:07 +0200
commitcc4c68a17f4907e23e274bebb4ee3a0f7386f9da (patch)
tree17bb99b943b553fe8358d518742658d7afcbf0f1 /external
parentf48a6c5a3f196488b0454b7b50befd86da700270 (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 2705f13a772c..2e9861519a5a 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 \
))