Skip to content

Commit

Permalink
libglvnd: set -Wno-error=array-bounds (#40432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthetica9 authored and xeji committed May 13, 2018
1 parent d93b315 commit 116cce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libglvnd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ in stdenv.mkDerivation rec {
"-UDEFAULT_EGL_VENDOR_CONFIG_DIRS"
# FHS paths are added so that non-NixOS applications can find vendor files.
"-DDEFAULT_EGL_VENDOR_CONFIG_DIRS=\"${driverLink}/share/glvnd/egl_vendor.d:/etc/glvnd/egl_vendor.d:/usr/share/glvnd/egl_vendor.d\""

"-Wno-error=array-bounds"
];

# Indirectly: https://bugs.freedesktop.org/show_bug.cgi?id=35268
Expand Down

0 comments on commit 116cce8

Please sign in to comment.