external/pdfium/Library_pdfium.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 9efd288b31e259b964097d3eeeff7f6c10945cb3 Author: Miklos Vajna <[email protected]> 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 <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> 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 \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
