From ff68f41d401972c717844b61c4a3504e29434836 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 31 Jul 2018 12:47:40 +0200 Subject: [PATCH] mesalib: rebuild for correct linkage against llvm 6.0.0 Since the update to llvm 6.0.0 als mesa drivers under /usr/lib/dri where defunct (libLLVM-4.0.so => not found). Workstations using the drivers from nvidia are not affected. - en passant: update to 17.3.9 - note ahead: mesalib-18.1.5 fails - fail Requested 'libdrm >= 2.4.91' but version of libdrm is 2.4.89 - fail Requested 'libdrm_amdgpu >= 2.4.91' but version of libdrm_amdgpu is 2.4.89 --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 91964fcfd..a91fff95f 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-17.3.3-0 +# BEE_VERSION mesalib-17.3.9-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)