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.
This commit is contained in:
Niels Martin Hansen 2015-01-20 02:12:10 +01:00
parent 2cfa6f14f2
commit bfa416c583
1 changed files with 2 additions and 0 deletions

View File

@ -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