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

[Git][xorg-team/xserver/xorg-server][debian-unstable] Drop workaround for mips* FTBFS added in 2:1.20.10-1



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.10-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Drop workaround for mips* FTBFS added in 2:1.20.10-1, shouldn't be
    
    4
    +    necessary anymore with the change in 2:1.20.10-2.
    
    5
    +
    
    6
    + -- Julien Cristau <jcristau@debian.org>  Wed, 06 Jan 2021 11:46:56 +0100
    
    7
    +
    
    1 8
     xorg-server (2:1.20.10-2) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Stop defining inb/outb on mips, to fix FTBFS in some drivers with GCC 10
    

  • debian/rules
    ... ... @@ -4,11 +4,6 @@ include debian/rules.flags
    4 4
     
    
    5 5
     include /usr/share/dpkg/architecture.mk
    
    6 6
     
    
    7
    -#workaround for FTBFS with gcc 10
    
    8
    -ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel mips64el))
    
    9
    -  export DEB_CFLAGS_MAINT_APPEND += -fcommon
    
    10
    -endif
    
    11
    -
    
    12 7
     %:
    
    13 8
     	dh $@ --with quilt
    
    14 9
     
    


  • Reply to: