mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-23 07:40:11 -07:00
mesa: remove sed -i
This commit is contained in:
parent
d3ae5d10c3
commit
b314878859
@ -6,7 +6,8 @@ export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS"
|
|||||||
# Fix issues with musl and firefox.
|
# Fix issues with musl and firefox.
|
||||||
# https://bugs.freedesktop.org/show_bug.cgi?id=35268
|
# https://bugs.freedesktop.org/show_bug.cgi?id=35268
|
||||||
# https://github.com/mesa3d/mesa/commit/9f37c9903b87f86a533bfaffa72f0ecb285b02b2
|
# https://github.com/mesa3d/mesa/commit/9f37c9903b87f86a533bfaffa72f0ecb285b02b2
|
||||||
sed -i "/pre_args += '-DUSE_ELF_TLS'/d" meson.build
|
sed "/pre_args += '-DUSE_ELF_TLS'/d" meson.build > _
|
||||||
|
mv -f _ meson.build
|
||||||
|
|
||||||
meson \
|
meson \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user