Author: thl
Update of /cvs/free/rpms/staging-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18096
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/F-11/staging-kmod.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- staging-kmod.spec 1 Nov 2009 14:31:02 -0000 1.2
+++ staging-kmod.spec 1 Nov 2009 15:02:34 -0000 1.3
@@ -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.30.9-1
- update to 2.6.30.9
+- 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