From c7904f69f485c6848fed1d76e361993dad9712ff Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 15 Jul 2010 03:11:04 +0000 Subject: [PATCH] Unbreak xz (liblzma) on strong-aligned architectures (and without emulation of misaligned memory accesses). We cannot map the unaligned memory access functions to the ones used for aligned accesses, so do not define TUKLIB_FAST_UNALIGNED_ACCESS. --- lib/liblzma/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h index e7b61bb95f98..61542b931842 100644 --- a/lib/liblzma/config.h +++ b/lib/liblzma/config.h @@ -66,7 +66,6 @@ #define SIZEOF_SIZE_T 8 #define STDC_HEADERS 1 #define TUKLIB_CPUCORES_SYSCONF 1 -#define TUKLIB_FAST_UNALIGNED_ACCESS 1 #define TUKLIB_PHYSMEM_SYSCONF 1 #ifndef _ALL_SOURCE # define _ALL_SOURCE 1