Source-Changes-HG archive

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

[src/netbsd-7]: src/external/bsd/tcpdump/bin Apply patch (requested by maya i...



details:   https://anonhg.NetBSD.org/src/rev/682c67507fa4
branches:  netbsd-7
changeset: 800244:682c67507fa4
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Jul 08 16:57:35 2017 +0000

description:
Apply patch (requested by maya in ticket #1443):
netbsd-7 clang doesn't support -Wno-error=address-of-packed-member

diffstat:

 external/bsd/tcpdump/bin/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 3dc64577e436 -r 682c67507fa4 external/bsd/tcpdump/bin/Makefile
--- a/external/bsd/tcpdump/bin/Makefile Sat Jul 08 16:53:24 2017 +0000
+++ b/external/bsd/tcpdump/bin/Makefile Sat Jul 08 16:57:35 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10.4.2 2017/02/19 05:01:15 snj Exp $      
+#      $NetBSD: Makefile,v 1.10.4.3 2017/07/08 16:57:35 snj Exp $      
 
 WARNS?=        1       # XXX: need to cleanup later
 
@@ -207,6 +207,4 @@
        @rm -f ${.TARGET}
        cp ${.ALLSRC} ${.TARGET}
 
-CWARNFLAGS.clang+=     -Wno-error=address-of-packed-member
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index