[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/xserver/xorg-server][debian-unstable] Disable libunwind backtraces on mips to work around bug#909242.



Title: GitLab

Julien Cristau pushed to branch debian-unstable at X Strike Force / xserver / xorg-server

Commits:

3 changed files:

Changes:

  • debian/changelog
    1 1
     xorg-server (2:1.20.1-4) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * Disable libunwind in udeb build.
    
    4
    +  * Disable libunwind backtraces on mips to work around bug#909242.  Thanks,
    
    5
    +    Simon McVittie!
    
    4 6
     
    
    5 7
      -- Julien Cristau <jcristau@debian.org>  Mon, 24 Sep 2018 19:54:25 +0200
    
    6 8
     
    

  • debian/control
    ... ... @@ -29,7 +29,7 @@ Build-Depends:
    29 29
      libaudit-dev [linux-any],
    
    30 30
      libdrm-dev (>= 2.4.89) [!hurd-i386],
    
    31 31
      libgl1-mesa-dev (>= 9.2),
    
    32
    - libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4],
    
    32
    + libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4],
    
    33 33
      libxmuu-dev (>= 1:0.99.1),
    
    34 34
      libxext-dev (>= 1:0.99.1),
    
    35 35
      libx11-dev (>= 2:1.6),
    

  • debian/rules.flags
    ... ... @@ -133,7 +133,7 @@ else # hurd
    133 133
     endif
    
    134 134
     
    
    135 135
     # some archs don't have libunwind
    
    136
    -ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4))
    
    136
    +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4))
    
    137 137
     	confflags_main += --enable-libunwind
    
    138 138
     else
    
    139 139
     	confflags_main += --disable-libunwind
    


  • Reply to: