pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: Disable SSP checks which will always f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0636812258d7
branches:  trunk
changeset: 444777:0636812258d7
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jan 12 15:37:32 2021 +0000

description:
rust: Disable SSP checks which will always fail.

diffstat:

 lang/rust/cargo.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 02167342dd2a -r 0636812258d7 lang/rust/cargo.mk
--- a/lang/rust/cargo.mk        Tue Jan 12 15:21:31 2021 +0000
+++ b/lang/rust/cargo.mk        Tue Jan 12 15:37:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.23 2020/10/20 19:03:07 tnn Exp $
+# $NetBSD: cargo.mk,v 1.24 2021/01/12 15:37:32 jperkin Exp $
 #
 # Common logic that can be used by packages that depend on cargo crates
 # from crates.io. This lets existing pkgsrc infrastructure fetch and verify
@@ -21,6 +21,8 @@
 
 MASTER_SITES?= -${MASTER_SITE_CRATESIO}${PKGBASE}/${PKGVERSION_NOREV}/download
 
+CHECK_SSP_SUPPORTED=   no
+
 .include "../../lang/rust/rust.mk"
 
 USE_TOOLS+=            bsdtar digest



Home | Main Index | Thread Index | Old Index