[Libreoffice-commits] core.git: external/pdfium

Miklos Vajna vmiklos at collabora.co.uk
Wed Feb 14 08:07:17 UTC 2018


 external/pdfium/Library_pdfium.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9efd288b31e259b964097d3eeeff7f6c10945cb3
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Feb 13 22:07:38 2018 +0100

    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 at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

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 \
 ))
 


More information about the Libreoffice-commits mailing list