Module Name: src
Committed By: christos
Date: Wed Apr 13 21:33:52 UTC 2016
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: Makefile
Log Message:
Don't die on RC5 warning
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/crypto/external/bsd/openssl/lib/libcrypto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/lib/libcrypto/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.10 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.11
--- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.10 Sun Mar 22 16:29:04 2015
+++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile Wed Apr 13 17:33:52 2016
@@ -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 @@ PKGCONFIG=libcrypto
.include "${.CURDIR}/../../pkgconfig.mk"
.include <bsd.lib.mk>
+# RC5 warning
+LDFLAGS+=-Wl,--no-fatal-warnings