From bfa416c5830f52ad0798ad91f7951c90e1405922 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 20 Jan 2015 02:12:10 +0100 Subject: [PATCH] Build fribidi with standard-malloc flag Not using this may cause unpredictable crashes in some builds on some systems. Fribidi's own allocator is not thread safe. --- build/fribidi/fribidi-config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/fribidi/fribidi-config.h b/build/fribidi/fribidi-config.h index 0ecbd28e2..43af643a9 100644 --- a/build/fribidi/fribidi-config.h +++ b/build/fribidi/fribidi-config.h @@ -15,6 +15,8 @@ #define FRIBIDI_CHARSETS 0 #define FRIBIDI_USE_GLIB 0 #define FRIBIDI_SIZEOF_INT 4 +#define HAVE_STDLIB_H 1 +#define USE_SIMPLE_MALLOC 1 #define HAVE_STRINGIZE 1 #endif