Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/libxcb/dri3 Fix build with "USE_SSP=yes".



details:   https://anonhg.NetBSD.org/src/rev/1e9caa6b707c
branches:  trunk
changeset: 321742:1e9caa6b707c
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 03 08:18:11 2018 +0000

description:
Fix build with "USE_SSP=yes".

diffstat:

 external/mit/xorg/lib/libxcb/dri3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f1fcb8dbd389 -r 1e9caa6b707c external/mit/xorg/lib/libxcb/dri3/Makefile
--- a/external/mit/xorg/lib/libxcb/dri3/Makefile        Tue Apr 03 08:02:34 2018 +0000
+++ b/external/mit/xorg/lib/libxcb/dri3/Makefile        Tue Apr 03 08:18:11 2018 +0000
@@ -1,5 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 2014/03/17 07:25:34 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2018/04/03 08:18:11 tron Exp $
 
 XCBEXT=        dri3
 
+COPTS.dri3.c +=        -Wno-stack-protector
+
 .include "../xcb.mk"



Home | Main Index | Thread Index | Old Index