Julien Cristau pushed to branch debian-unstable at X Strike Force / xserver / xorg-server
Commits: c6109241 by Julien Cristau at 2018-09-24T17:54:38Z Disable libunwind in udeb build. - - - - - 2 changed files: - debian/changelog - debian/rules.flags Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +xorg-server (2:1.20.1-4) UNRELEASED; urgency=medium + + * Disable libunwind in udeb build. + + -- Julien Cristau <[email protected]> Mon, 24 Sep 2018 19:54:25 +0200 + xorg-server (2:1.20.1-3) unstable; urgency=medium * xvfb-run*: Update default resolution and bitdepth to match upstream ===================================== debian/rules.flags ===================================== @@ -135,7 +135,10 @@ 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)) confflags_main += --enable-libunwind +else + confflags_main += --disable-libunwind endif +confflags_udeb += --disable-libunwind # linux: libdrm needed for kms (hw/xfree86/os-support/linux/lnx_platform.c) # even in udeb View it on GitLab: https://salsa.debian.org/xorg-team/xserver/xorg-server/commit/c6109241df66874c7440622014e11747539e215b -- View it on GitLab: https://salsa.debian.org/xorg-team/xserver/xorg-server/commit/c6109241df66874c7440622014e11747539e215b You're receiving this email because of your account on salsa.debian.org.

