svn commit: r210103 - head/lib/liblzma

Marcel Moolenaar marcel at FreeBSD.org
Thu Jul 15 03:11:04 UTC 2010


Author: marcel
Date: Thu Jul 15 03:11:04 2010
New Revision: 210103
URL: http://svn.freebsd.org/changeset/base/210103

Log:
  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.

Modified:
  head/lib/liblzma/config.h

Modified: head/lib/liblzma/config.h
==============================================================================
--- head/lib/liblzma/config.h	Thu Jul 15 03:02:10 2010	(r210102)
+++ head/lib/liblzma/config.h	Thu Jul 15 03:11:04 2010	(r210103)
@@ -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


More information about the svn-src-all mailing list