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/libEGL Fix stack protector build



details:   https://anonhg.NetBSD.org/src/rev/615624491a8f
branches:  trunk
changeset: 456194:615624491a8f
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 26 19:42:27 2019 +0000

description:
Fix stack protector build

diffstat:

 external/mit/xorg/lib/libEGL/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 564d4c601a76 -r 615624491a8f external/mit/xorg/lib/libEGL/Makefile
--- a/external/mit/xorg/lib/libEGL/Makefile     Fri Apr 26 19:39:19 2019 +0000
+++ b/external/mit/xorg/lib/libEGL/Makefile     Fri Apr 26 19:42:27 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2019/04/20 17:31:22 maya Exp $
+#      $NetBSD: Makefile,v 1.4 2019/04/26 19:42:27 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -120,6 +120,7 @@
 PKGCONFIG_VERSION.egl= ${MESA_VER}
 
 CWARNFLAGS.clang+=     -Wno-tautological-compare -Wno-format -Wno-constant-conversion
+COPTS.platform_drm.c+= -Wno-error=stack-protector
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index