Skip to content

Commit

Permalink
mesa: remove sed -i
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 29, 2020
1 parent d3ae5d1 commit b314878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xorg/mesa/build
Expand Up @@ -6,7 +6,8 @@ export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS"
# 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 \
Expand Down

0 comments on commit b314878

Please sign in to comment.