Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 10:28:05 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218166 - head/lib/liblzma
Message-ID:  <201102011028.p11AS5og068513@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102011028.p11AS5og068513>