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/libxshmfence no stack protector for ev...



details:   https://anonhg.NetBSD.org/src/rev/b444805ac3cc
branches:  trunk
changeset: 347526:b444805ac3cc
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 31 14:29:13 2016 +0000

description:
no stack protector for evbarm

diffstat:

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

diffs (17 lines):

diff -r c9c0975f1e23 -r b444805ac3cc external/mit/xorg/lib/libxshmfence/Makefile
--- a/external/mit/xorg/lib/libxshmfence/Makefile       Wed Aug 31 14:05:09 2016 +0000
+++ b/external/mit/xorg/lib/libxshmfence/Makefile       Wed Aug 31 14:29:13 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2016/08/18 18:11:03 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2016/08/31 14:29:13 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -23,5 +23,7 @@
 
 PKGDIST=       ${LIB}
 
+COPTS.xshmfence_semaphore.c += -Wno-stack-protector
+
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index