svn commit: r218166 - head/lib/liblzma

Martin Matuska mm at FreeBSD.org
Tue Feb 1 10:28:05 UTC 2011


Author: mm
Date: Tue Feb  1 10:28:05 2011
New Revision: 218166
URL: http://svn.freebsd.org/changeset/base/218166

Log:
  Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures.
  This fix was accidentially reverted with the 5.0.0 update in r215187.
  
  PR:		bin/154310
  Submitted by:	Michael Moll <kvedulv at kvedulv.de>
  MFC after:	3 days

Modified:
  head/lib/liblzma/config.h

Modified: head/lib/liblzma/config.h
==============================================================================
--- head/lib/liblzma/config.h	Tue Feb  1 10:25:48 2011	(r218165)
+++ head/lib/liblzma/config.h	Tue Feb  1 10:28:05 2011	(r218166)
@@ -66,7 +66,6 @@
 #define SIZEOF_SIZE_T 8
 #define STDC_HEADERS 1
 #define TUKLIB_CPUCORES_SYSCTL 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-head mailing list