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

[Git][xorg-team/vulkan/gfxreconstruct][master] 2 commits: Add temporary workaround to build with GCC 11



Title: GitLab

Dylan Aïssi pushed to branch master at X Strike Force / vulkan / gfxreconstruct

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    -gfxreconstruct (0.9.9+dfsg-1) UNRELEASED; urgency=medium
    
    1
    +gfxreconstruct (0.9.9+dfsg-1) unstable; urgency=medium
    
    2 2
     
    
    3 3
       * Initial release (Closes: #989464)
    
    4 4
       * Exclude more non-free files, thanks to ftpmasters.
    
    5 5
     
    
    6
    - -- Dylan Aïssi <daissi@debian.org>  Mon, 11 Oct 2021 10:01:05 +0200
    6
    + -- Dylan Aïssi <daissi@debian.org>  Mon, 11 Oct 2021 10:45:46 +0200

  • debian/rules
    ... ... @@ -2,6 +2,10 @@
    2 2
     
    
    3 3
     export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    
    4 4
     
    
    5
    +# Temporary workaround to build with GCC 11
    
    6
    +# https://github.com/LunarG/gfxreconstruct/issues/544
    
    7
    +export DEB_CXXFLAGS_MAINT_APPEND = "-Wno-error=stringop-overflow="
    
    8
    +
    
    5 9
     %:
    
    6 10
     	dh $@
    
    7 11
     
    


  • Reply to: