Julien Cristau pushed to branch debian-unstable at X Strike Force / xserver / xorg-server
Commits: c423d6be by Julien Cristau at 2018-09-26T09:34:49Z Disable libunwind backtraces on mips to work around bug#909242. Thanks, Simon McVittie! - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules.flags Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ xorg-server (2:1.20.1-4) UNRELEASED; urgency=medium * Disable libunwind in udeb build. + * Disable libunwind backtraces on mips to work around bug#909242. Thanks, + Simon McVittie! -- Julien Cristau <[email protected]> Mon, 24 Sep 2018 19:54:25 +0200 ===================================== debian/control ===================================== @@ -29,7 +29,7 @@ Build-Depends: libaudit-dev [linux-any], libdrm-dev (>= 2.4.89) [!hurd-i386], libgl1-mesa-dev (>= 9.2), - libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4], + libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4], libxmuu-dev (>= 1:0.99.1), libxext-dev (>= 1:0.99.1), libx11-dev (>= 2:1.6), ===================================== debian/rules.flags ===================================== @@ -133,7 +133,7 @@ else # hurd endif # some archs don't have libunwind -ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4)) confflags_main += --enable-libunwind else confflags_main += --disable-libunwind View it on GitLab: https://salsa.debian.org/xorg-team/xserver/xorg-server/commit/c423d6be5bd5495bb9bc1fa89ee1292ee5070947 -- View it on GitLab: https://salsa.debian.org/xorg-team/xserver/xorg-server/commit/c423d6be5bd5495bb9bc1fa89ee1292ee5070947 You're receiving this email because of your account on salsa.debian.org.

