Module Name:    src
Committed By:   joerg
Date:           Thu Feb  9 20:39:42 UTC 2017

Modified Files:
        src/usr.bin/nc: Makefile

Log Message:
Turn off fatal linker warnings for now due to mktemp.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/nc/Makefile
diff -u src/usr.bin/nc/Makefile:1.2 src/usr.bin/nc/Makefile:1.3
--- src/usr.bin/nc/Makefile:1.2	Mon Feb  6 16:03:40 2017
+++ src/usr.bin/nc/Makefile	Thu Feb  9 20:39:42 2017
@@ -12,3 +12,5 @@ SRCS=	netcat.c atomicio.c socks.c
 #.endif
 
 .include <bsd.prog.mk>
+
+LDFLAGS+=	-Wl,--no-fatal-warnings

Reply via email to