SPECS: reiserfsprogs.spec - use own {get, put}_unaligned defines in...

qboosh qboosh at pld-linux.org
Wed Nov 15 00:43:57 CET 2006


Author: qboosh                       Date: Tue Nov 14 23:43:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use own {get,put}_unaligned defines instead of <asm/unaligned.h> on ppc/sparc

---- Files affected:
SPECS:
   reiserfsprogs.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/reiserfsprogs.spec
diff -u SPECS/reiserfsprogs.spec:1.46 SPECS/reiserfsprogs.spec:1.47
--- SPECS/reiserfsprogs.spec:1.46	Wed Nov 15 00:40:01 2006
+++ SPECS/reiserfsprogs.spec	Wed Nov 15 00:43:49 2006
@@ -63,7 +63,11 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+%ifarch ppc ppc64 sparc sparcv9 sparc64
+	ac_cv_header_asm_unaligned=no
+%endif
+
 %{__make} all \
 	LDFLAGS="%{rpmldflags}"
 
@@ -92,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2006/11/14 23:43:49  qboosh
+- use own {get,put}_unaligned defines instead of <asm/unaligned.h> on ppc/sparc
+
 Revision 1.46  2006/11/14 23:40:01  qboosh
 - noticed conflict with progsreiserfs (I'd remove these utils from progsreiserfs)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/reiserfsprogs.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list