Force memalign() on i386 Linux when alignment < 16 (fixes #4432)

This commit is contained in:
Flössie
2018-03-17 10:32:44 +01:00
parent e63e583c7e
commit c73844d722
5 changed files with 86 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#define __CONFIG_H__
#cmakedefine BUILD_BUNDLE
#cmakedefine HAVE_UNALIGNED_MALLOC
#define DATA_SEARCH_PATH "${DATADIR}"
#define DOC_SEARCH_PATH "${DOCDIR}"
#define CREDITS_SEARCH_PATH "${CREDITSDIR}"