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

[Git][xorg-team/xserver/xorg-server][debian-unstable] Disable libunwind in udeb build.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +xorg-server (2:1.20.1-4) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Disable libunwind in udeb build.
    
    4
    +
    
    5
    + -- Julien Cristau <jcristau@debian.org>  Mon, 24 Sep 2018 19:54:25 +0200
    
    6
    +
    
    1 7
     xorg-server (2:1.20.1-3) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * xvfb-run*: Update default resolution and bitdepth to match upstream
    

  • debian/rules.flags
    ... ... @@ -135,7 +135,10 @@ endif
    135 135
     # some archs don't have libunwind
    
    136 136
     ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4))
    
    137 137
     	confflags_main += --enable-libunwind
    
    138
    +else
    
    139
    +	confflags_main += --disable-libunwind
    
    138 140
     endif
    
    141
    +confflags_udeb += --disable-libunwind
    
    139 142
     
    
    140 143
     # linux: libdrm needed for kms (hw/xfree86/os-support/linux/lnx_platform.c)
    
    141 144
     #        even in udeb
    


  • Reply to: