From 0611c30fb30c28bf7b063b1ec80d19eb52a9f0e7 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Jan 17 2025 09:34:56 +0000 Subject: Link should not reference absolute path --- diff --git a/mesa.spec b/mesa.spec index 978c9ea..256f851 100644 --- a/mesa.spec +++ b/mesa.spec @@ -546,7 +546,7 @@ rm -vf %{buildroot}%{_libdir}/libGLES* # glvnd needs a default provider for indirect rendering where it cannot # determine the vendor -ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 +ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 # this keeps breaking, check it early. note that the exit from eu-ftr is odd. pushd %{buildroot}%{_libdir}