mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
llvmcore fix build using g++ instead of gcc
This commit is contained in:
parent
9b6f314709
commit
2680b7957c
2 changed files with 5 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
include configs/linux-llvm.llvmcore
|
||||
|
||||
llvmcore:
|
||||
gcc -fPIC -shared -o libllvmcore-$(shell llvm-config --version).so -Wl,--whole-archive $(shell llvm-config --ldflags) $(LLVM_LIBS) -Wl,--no-whole-archive
|
||||
g++ -fPIC -shared -o libllvmcore-$(shell llvm-config --version).so -Wl,--whole-archive $(shell llvm-config --ldflags) $(LLVM_LIBS) -Wl,--no-whole-archive
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 7.11
|
||||
Release: 0.1.%{gitdate}.0%{?dist}
|
||||
Release: 0.2.%{gitdate}.0%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -477,6 +477,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/libOSMesa.so
|
||||
|
||||
%changelog
|
||||
* Sun Mar 27 2011 Dave Airlie <airlied@redhat.com> 7.11-0.2.20110327.0
|
||||
- llvmcore fix build using g++ instead of gcc
|
||||
|
||||
* Sun Mar 27 2011 Dave Airlie <airlied@redhat.com> 7.11-0.1.20110327.0
|
||||
- latest git snapshot, seems quiet + re-enable llvmcore
|
||||
|
||||
|
|
Loading…
Reference in a new issue