2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

mesa: remove sed -i

This commit is contained in:
Dylan Araps 2021-07-03 20:42:55 +00:00
parent e3da396e12
commit e30c184ef1
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -30,7 +30,8 @@ export CFLAGS="$CFLAGS -DGLX_X86_READONLY_TEXT"
# Fix issues with musl and firefox.
# https://bugs.freedesktop.org/show_bug.cgi?id=35268
# 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 \
--prefix=/usr \