rpms/mesa/devel mesa.spec,1.148,1.149

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Nov 12 17:02:24 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6992

Modified Files:
	mesa.spec 
Log Message:
argh ppc64


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- mesa.spec	12 Nov 2007 16:23:16 -0000	1.148
+++ mesa.spec	12 Nov 2007 17:01:49 -0000	1.149
@@ -198,15 +198,15 @@
 
 for t in osmesa osmesa16 osmesa32; do
     echo "Building $t"
-    make %{?_smp_mflags} linux-$t
+    make %{?_smp_mflags} linux-$t OPT_FLAGS="${OPT_FLAGS}"
     mv lib/* preserve
     make -s realclean
 done
 
 echo "Building %{dri_target}"
-make %{?_smp_mflags} %{dri_target}
-make -C progs/xdemos glxgears glxinfo
-make -C progs/demos
+make %{?_smp_mflags} %{dri_target} OPT_FLAGS="${OPT_FLAGS}"
+make -C progs/xdemos glxgears glxinfo OPT_FLAGS="${OPT_FLAGS}"
+make -C progs/demos OPT_FLAGS="${OPT_FLAGS}"
 mv preserve/* lib
 ln -s libOSMesa.so.6 lib/libOSMesa.so 
 ln -s libOSMesa16.so.6 lib/libOSMesa16.so




More information about the fedora-extras-commits mailing list