mesa: workaround for broken build.

This commit is contained in:
Jérôme Duval
2019-10-10 16:59:44 +02:00
committed by GitHub
parent 70e0598084
commit b482c2086e

View File

@@ -94,7 +94,7 @@ BUILD()
# manually patch it here
sed -i 's@"\$LLVM_VERSION_MAJOR" -gt "\$llvm_target_version_major"@true@' configure
sed -i 's@-DHAVE_LLVM=0x0\$LLVM_VERSION_INT@-DHAVE_LLVM=0x0700@' configure
runConfigure ./configure \
LDFLAGS="-lstdc++" runConfigure ./configure \
--enable-llvm \
--disable-dri \
--disable-glx \