debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+)
New commits: commit ad8098a4499660439ac80fc2e21ea788bb5ae1be Author: Andreas Boll <[email protected]> Date: Thu Feb 2 13:15:42 2017 +0100 Explicitly disable LLVM on some arches. Should fix FTBFS on x32. diff --git a/debian/changelog b/debian/changelog index 7057aa3..ce736b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ mesa (17.0.0~rc2-2) UNRELEASED; urgency=medium [ Andreas Boll ] * Drop transitional package libegl1-mesa-drivers. * Remove Breaks/Replaces from pre-jessie. + * Explicitly disable LLVM on some arches. Should fix FTBFS on x32. -- Timo Aaltonen <[email protected]> Thu, 02 Feb 2017 12:02:07 +0200 diff --git a/debian/rules b/debian/rules index 7fbf778..50664b6 100755 --- a/debian/rules +++ b/debian/rules @@ -90,6 +90,7 @@ else GALLIUM_DRIVERS += swrast else DRI_DRIVERS += swrast + confflags_GALLIUM += --disable-gallium-llvm endif # radv needs LLVM and the Vulkan loader, so only build on the subset of

