Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Don't die on RC5 w...
details: https://anonhg.NetBSD.org/src/rev/7b71a71814f3
branches: trunk
changeset: 814880:7b71a71814f3
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 13 21:33:52 2016 +0000
description:
Don't die on RC5 warning
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 0ccdc5adfd8c -r 7b71a71814f3 crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile Wed Apr 13 17:32:27 2016 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile Wed Apr 13 21:33:52 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/03/22 20:29:04 martin Exp $
+# $NetBSD: Makefile,v 1.11 2016/04/13 21:33:52 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -118,3 +118,5 @@
.include "${.CURDIR}/../../pkgconfig.mk"
.include <bsd.lib.mk>
+# RC5 warning
+LDFLAGS+=-Wl,--no-fatal-warnings
Home |
Main Index |
Thread Index |
Old Index