- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
which is no longer needed due to changed LLVM build (boo#1082307) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=716
This commit is contained in:
parent
37d3052c53
commit
df69ad9f26
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 18:17:53 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
|
||||
which is no longer needed due to changed LLVM build (boo#1082307)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
|
@ -133,7 +133,6 @@ Source6: %{name}-rpmlintrc
|
||||
Source7: Mesa.keyring
|
||||
# to be upstreamed
|
||||
Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
|
||||
Patch12: u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
|
||||
# never to be upstreamed
|
||||
Patch18: n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
|
||||
# currently needed for libglvnd support
|
||||
@ -747,7 +746,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
### order to figure out whether the issue is still reproducable and
|
||||
### hence a fix is required
|
||||
#%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch18 -p1
|
||||
|
||||
%if 0%{?libglvnd}
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 18:17:53 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
|
||||
which is no longer needed due to changed LLVM build (boo#1082307)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
|
@ -132,7 +132,6 @@ Source6: %{name}-rpmlintrc
|
||||
Source7: Mesa.keyring
|
||||
# to be upstreamed
|
||||
Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
|
||||
Patch12: u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
|
||||
# never to be upstreamed
|
||||
Patch18: n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
|
||||
# currently needed for libglvnd support
|
||||
@ -746,7 +745,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
### order to figure out whether the issue is still reproducable and
|
||||
### hence a fix is required
|
||||
#%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch18 -p1
|
||||
|
||||
%if 0%{?libglvnd}
|
||||
|
@ -1,27 +0,0 @@
|
||||
From 1431fecda9cd4c38eecb6bdc172a7af9ff72c056 Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Dirsch <sndirsch@suse.de>
|
||||
Date: Fri, 23 Feb 2018 14:15:19 +0100
|
||||
Subject: [PATCH] configure.ac: Link to libLLVMCodegen to fix cyclic linking
|
||||
problems
|
||||
|
||||
Patch by "Ismail Doenmez" <idonmez@suse.com>
|
||||
https://bugzilla.suse.com/show_bug.cgi?id=1082307
|
||||
---
|
||||
configure.ac | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 8a9172690a..a23eb844d4 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1032,6 +1032,7 @@ llvm_add_default_components() {
|
||||
|
||||
# Required default components
|
||||
llvm_add_component "bitwriter" $driver_name
|
||||
+ llvm_add_component "codegen" $driver_name
|
||||
llvm_add_component "engine" $driver_name
|
||||
llvm_add_component "mcdisassembler" $driver_name
|
||||
llvm_add_component "mcjit" $driver_name
|
||||
--
|
||||
2.13.6
|
||||
|
Loading…
Reference in New Issue
Block a user