]> git.pld-linux.org Git - packages/doomsday.git/commitdiff
hack qt5 paths poisoning of all libs (including libGL)
authorElan Ruusamäe <glen@delfi.ee>
Sun, 13 Oct 2019 18:52:23 +0000 (21:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 13 Oct 2019 18:52:55 +0000 (21:52 +0300)
doomsday.spec

index 64d42e7cb873075967b23d316889750d679771d5..1fe14f84e23f710dc3b0508f5ac8225b80ab230b 100644 (file)
@@ -62,6 +62,8 @@ jDoom, jHeretic i jHexen dla Linuksa.
 install -d build
 cd build
 %cmake ../doomsday
+# idk why this happens
+grep -r %{_libdir}/qt5/lib . -l | xargs -r sed -i -e 's,%{_libdir}/qt5/lib/,%{_libdir}/,g'
 %{__make}
 
 %install
This page took 0.050833 seconds and 4 git commands to generate.