Author: jjneely
Update of /cvs/free/rpms/openafs-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30724
Modified Files:
openafs-kmod.spec
Log Message:
* Mon Jan 11 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.11-6
- Build with --disable-linux-syscall-probing to fix compile issues
on PPC. Syscall probing is useless on modern linux kernels
Index: openafs-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/F-11/openafs-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openafs-kmod.spec 6 Jan 2010 21:29:08 -0000 1.3
+++ openafs-kmod.spec 11 Jan 2010 18:49:57 -0000 1.4
@@ -23,7 +23,7 @@
Name: %{kmod_name}-kmod
Version: 1.4.11
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Kernel module(s)
Group: System Environment/Kernel
@@ -75,6 +75,7 @@
for kernel_version in %{?kernel_versions}; do
pushd _kmod_build_${kernel_version%%___*}
%{configure} --with-afs-sysname=%{sysname} --enable-kernel-module \
+ --disable-linux-syscall-probing \
--with-linux-kernel-headers="${kernel_version##*__}"
make MPS=MP only_libafs
popd
@@ -101,6 +102,10 @@
%changelog
+* Mon Jan 11 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.11-6
+- Build with --disable-linux-syscall-probing to fix compile issues
+ on PPC. Syscall probing is useless on modern linux kernels
+
* Wed Jan 06 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.11-5
- Correct AFS sysname for the ppc64 arch