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

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Nov 12 18:44:46 UTC 2007


Author: ajax

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

Modified Files:
	mesa.spec 
Log Message:
argh amd64


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- mesa.spec	12 Nov 2007 17:01:49 -0000	1.149
+++ mesa.spec	12 Nov 2007 18:44:13 -0000	1.150
@@ -192,21 +192,20 @@
 # an aliasing problem, so we add -fno-strict-aliasing to the flags.
 export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fvisibility=hidden -fPIC"
 export DRI_DRIVER_DIR="%{_libdir}/dri"
-# export LIB_DIR=%{_lib}
 
 mkdir preserve
 
 for t in osmesa osmesa16 osmesa32; do
     echo "Building $t"
-    make %{?_smp_mflags} linux-$t OPT_FLAGS="${OPT_FLAGS}"
+    make %{?_smp_mflags} linux-$t OPT_FLAGS="${OPT_FLAGS}" LIB_DIR=lib
     mv lib/* preserve
-    make -s realclean
+    make -s realclean LIB_DIR=lib
 done
 
 echo "Building %{dri_target}"
-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}"
+make %{?_smp_mflags} %{dri_target} OPT_FLAGS="${OPT_FLAGS}" LIB_DIR=lib
+make -C progs/xdemos glxgears glxinfo OPT_FLAGS="${OPT_FLAGS}" LIB_DIR=lib
+make -C progs/demos OPT_FLAGS="${OPT_FLAGS}" LIB_DIR=lib
 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