Andreas Boll pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits:
3 changed files:
Changes:
| 1 |
+mesa (18.2.5-3) unstable; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ [ Michael Biebl ]
|
|
| 4 |
+ * Force compilation against gcc-7, gcc-8 miscompiles mesa
|
|
| 5 |
+ See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87859
|
|
| 6 |
+ (Closes: #914267).
|
|
| 7 |
+ |
|
| 8 |
+ -- Andreas Boll <aboll@debian.org> Thu, 22 Nov 2018 21:18:39 +0100
|
|
| 9 |
+ |
|
| 1 | 10 |
mesa (18.2.5-2) unstable; urgency=medium
|
| 2 | 11 |
|
| 3 | 12 |
* Move KHR/khrplatform.h from libegl1-mesa-dev to mesa-common-dev
|
| ... | ... | @@ -6,6 +6,9 @@ Uploaders: Andreas Boll <aboll@debian.org> |
| 6 | 6 |
Standards-Version: 4.1.4
|
| 7 | 7 |
Build-Depends:
|
| 8 | 8 |
debhelper (>= 11),
|
| 9 |
+ gcc-7,
|
|
| 10 |
+ g++-7,
|
|
| 11 |
+ cpp-7,
|
|
| 9 | 12 |
quilt (>= 0.63-8.2~),
|
| 10 | 13 |
pkg-config,
|
| 11 | 14 |
libdrm-dev (>= 2.4.92) [!hurd-any],
|
| ... | ... | @@ -10,6 +10,9 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) |
| 10 | 10 |
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
|
| 11 | 11 |
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
|
| 12 | 12 |
|
| 13 |
+export CC = gcc-7
|
|
| 14 |
+export CXX = g++-7
|
|
| 15 |
+ |
|
| 13 | 16 |
ifeq (,$(filter $(DEB_HOST_ARCH), armhf sh3 sh4))
|
| 14 | 17 |
buildflags = \
|
| 15 | 18 |
$(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall dpkg-buildflags --export=configure)
|