Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssh/bin/scp Specify -Wno-format-nonl...



details:   https://anonhg.NetBSD.org/src/rev/f7e85d9a78eb
branches:  trunk
changeset: 1010567:f7e85d9a78eb
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri May 29 10:01:23 2020 +0000

description:
Specify -Wno-format-nonlitera for scp.c (OpenSSH)

Fixes build with Clang/LLVM.

diffstat:

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

diffs (14 lines):

diff -r c4cb9cae7aef -r f7e85d9a78eb crypto/external/bsd/openssh/bin/scp/Makefile
--- a/crypto/external/bsd/openssh/bin/scp/Makefile      Fri May 29 09:05:19 2020 +0000
+++ b/crypto/external/bsd/openssh/bin/scp/Makefile      Fri May 29 10:01:23 2020 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 2020/03/01 20:59:52 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2020/05/29 10:01:23 kamil Exp $
 
 BINDIR=/usr/bin
 
 PROG=  scp
 
+COPTS.scp.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index