- mesa fix link shared to actually link
This commit is contained in:
parent
62ff43097f
commit
1e243a0fc1
@ -60,7 +60,7 @@ diff -up mesa-20091221/src/mesa/drivers/dri/Makefile.template.da mesa-20091221/s
|
||||
$(MKLIB) -o $@ -noprefix -linker '$(CC)' -ldflags '$(LDFLAGS)' \
|
||||
- $(OBJECTS) $(MESA_MODULES) $(EXTRA_MODULES) $(WINOBJ) \
|
||||
+ $(OBJECTS) $(EXTRA_MODULES) $(WINOBJ) \
|
||||
+ -L$(TOP)/$(LIB_DIR) -Wl,-R$(DRI_DRIVER_INSTALL_DIR) -ldricore
|
||||
+ -L$(TOP)/$(LIB_DIR) -Wl,-R$(DRI_DRIVER_INSTALL_DIR) -ldricore \
|
||||
$(DRI_LIB_DEPS)
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 7.8
|
||||
Release: 0.5%{?dist}
|
||||
Release: 0.6%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
@ -385,6 +385,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{demodir}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 21 2009 Dave Airlie <airlied@redhat.com> 7.8-0.6
|
||||
- mesa fix link shared to actually link
|
||||
|
||||
* Mon Dec 21 2009 Dave Airlie <airlied@redhat.com> 7.8-0.5
|
||||
- one more libOSMesa build fix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user