diff options
Diffstat (limited to '')
-rw-r--r-- | source/x/FTBFSlog | 4 | ||||
-rw-r--r-- | source/x/x11/configure/igt-gpu-tools | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source/x/FTBFSlog b/source/x/FTBFSlog index 0bad13f9a..f95335d72 100644 --- a/source/x/FTBFSlog +++ b/source/x/FTBFSlog @@ -1,3 +1,7 @@ +Sun May 26 19:04:04 UTC 2019 + igt-gpu-tools: Added -Wno-error=array-bounds to CFLAGS. + Thanks to ponce and nobodino. ++--------------------------+ Sun Mar 11 19:26:12 UTC 2018 xpyb: patched to fix build with xcbproto-1.13. +--------------------------+ diff --git a/source/x/x11/configure/igt-gpu-tools b/source/x/x11/configure/igt-gpu-tools index a5e0db8a2..b3e61fcbd 100644 --- a/source/x/x11/configure/igt-gpu-tools +++ b/source/x/x11/configure/igt-gpu-tools @@ -1,4 +1,4 @@ -CFLAGS=$SLKCFLAGS \ +CFLAGS="$SLKCFLAGS -Wno-error=array-bounds" \ CXXFLAGS=$SLKCFLAGS \ ./autogen.sh \ --prefix=/usr \ |