svn commit: r218445 - releng/8.2/lib/liblzma

Martin Matuska mm at FreeBSD.org
Tue Feb 8 15:05:47 UTC 2011


Author: mm
Date: Tue Feb  8 15:05:47 2011
New Revision: 218445
URL: http://svn.freebsd.org/changeset/base/218445

Log:
  MFC r218166:
  
  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>
  Approved by:	re (kensmith)

Modified:
  releng/8.2/lib/liblzma/config.h
Directory Properties:
  releng/8.2/lib/liblzma/   (props changed)

Modified: releng/8.2/lib/liblzma/config.h
==============================================================================
--- releng/8.2/lib/liblzma/config.h	Tue Feb  8 15:03:13 2011	(r218444)
+++ releng/8.2/lib/liblzma/config.h	Tue Feb  8 15:05:47 2011	(r218445)
@@ -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-all mailing list