Andreas Boll pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 77a03bd4 by Andreas Boll at 2018-11-22T20:17:50Z Import patch from Michael Biebl to fix bug #914267 - - - - - e2a04703 by Andreas Boll at 2018-11-22T20:18:55Z Upload to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +mesa (18.2.5-3) unstable; urgency=medium + + [ Michael Biebl ] + * Force compilation against gcc-7, gcc-8 miscompiles mesa + See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87859 + (Closes: #914267). + + -- Andreas Boll <[email protected]> Thu, 22 Nov 2018 21:18:39 +0100 + mesa (18.2.5-2) unstable; urgency=medium * Move KHR/khrplatform.h from libegl1-mesa-dev to mesa-common-dev ===================================== debian/control ===================================== @@ -6,6 +6,9 @@ Uploaders: Andreas Boll <[email protected]> Standards-Version: 4.1.4 Build-Depends: debhelper (>= 11), + gcc-7, + g++-7, + cpp-7, quilt (>= 0.63-8.2~), pkg-config, libdrm-dev (>= 2.4.92) [!hurd-any], ===================================== debian/rules ===================================== @@ -10,6 +10,9 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) +export CC = gcc-7 +export CXX = g++-7 + ifeq (,$(filter $(DEB_HOST_ARCH), armhf sh3 sh4)) buildflags = \ $(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall dpkg-buildflags --export=configure) View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/compare/a14c57c5d4cb1f20447baaf11d756fbf4d3ea725...e2a047032d78ec9679dd37836a56cfe9670b5d59 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/compare/a14c57c5d4cb1f20447baaf11d756fbf4d3ea725...e2a047032d78ec9679dd37836a56cfe9670b5d59 You're receiving this email because of your account on salsa.debian.org.

