Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/nc Turn off fatal linker warnings for now due to mkt...
details: https://anonhg.NetBSD.org/src/rev/960dd47ec7e0
branches: trunk
changeset: 351323:960dd47ec7e0
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Feb 09 20:39:42 2017 +0000
description:
Turn off fatal linker warnings for now due to mktemp.
diffstat:
usr.bin/nc/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (9 lines):
diff -r 2bdba2c7038a -r 960dd47ec7e0 usr.bin/nc/Makefile
--- a/usr.bin/nc/Makefile Thu Feb 09 20:37:58 2017 +0000
+++ b/usr.bin/nc/Makefile Thu Feb 09 20:39:42 2017 +0000
@@ -12,3 +12,5 @@
#.endif
.include <bsd.prog.mk>
+
+LDFLAGS+= -Wl,--no-fatal-warnings
Home |
Main Index |
Thread Index |
Old Index