Author: thl
Update of /cvs/free/rpms/staging-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18949
Modified Files:
staging-kmod.spec
Log Message:
disable SLICOSS on ppc* due to build errors
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/staging-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- staging-kmod.spec 1 Nov 2009 14:41:26 -0000 1.1
+++ staging-kmod.spec 1 Nov 2009 15:13:46 -0000 1.2
@@ -58,6 +58,10 @@
VIDEO_GO7007)
configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
;;
+ SLICOSS)
+ # does not build on ppc as of 011109; tested with 2.6.30.9 and 2.6.31.5
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[
"%{_target_cpu}" == "ppc64" ]] ) && continue
+ ;;
**)
configops="CONFIG_${module}=m"
;;
@@ -87,6 +91,7 @@
%changelog
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
- update to 2.6.31.5
+- disable SLICOSS on ppc* due to build errors
* Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
- enable VIDEO_GO7007
Show replies by date