rpms/mesa/F-9 mesa-7.1-link-shared.patch, 1.1, 1.2 mesa.spec, 1.191, 1.192

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Jun 5 16:03:28 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/mesa/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29884

Modified Files:
	mesa-7.1-link-shared.patch mesa.spec 
Log Message:
* Wed Jun 04 2008 Adam Jackson <ajax at redhat.com> 7.1-0.34
- Link libdricore with gcc instead of ld, so we automagically pick up the
  ld --build-id flags.


mesa-7.1-link-shared.patch:

Index: mesa-7.1-link-shared.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/F-9/mesa-7.1-link-shared.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mesa-7.1-link-shared.patch	10 Apr 2008 18:20:31 -0000	1.1
+++ mesa-7.1-link-shared.patch	5 Jun 2008 16:02:44 -0000	1.2
@@ -48,7 +48,7 @@
  	-mkdir $(TOP)/$(LIB_DIR)
  
 +libdricore.so:
-+	ld -shared -o libdricore.so --whole-archive ../../libmesa.a --no-whole-archive -lm -lpthread -lc
++	gcc -shared -o libdricore.so -Wl,--whole-archive ../../libmesa.a -Wl,--no-whole-archive -lm -lpthread -lc
 +
 +$(TOP)/$(LIB_DIR)/libdricore.so: $(TOP)/$(LIB_DIR) libdricore.so
 +	$(INSTALL) libdricore.so $(TOP)/$(LIB_DIR) 


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/F-9/mesa.spec,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- mesa.spec	28 May 2008 05:47:05 -0000	1.191
+++ mesa.spec	5 Jun 2008 16:02:44 -0000	1.192
@@ -15,7 +15,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.1
-Release: 0.33%{?dist}
+Release: 0.34%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -421,6 +421,10 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Wed Jun 04 2008 Adam Jackson <ajax at redhat.com> 7.1-0.34
+- Link libdricore with gcc instead of ld, so we automagically pick up the
+  ld --build-id flags.
+
 * Wed May 28 2008 Dave Airlie <airlied at redhat.com> 7.1-0.33
 - Add initial r500 3D driver
 




More information about the fedora-extras-commits mailing list