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/ed00ba2eeb16
branches:  trunk
changeset: 821574:ed00ba2eeb16
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 4230626a73ba -r ed00ba2eeb16 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