nss: don't build broken tests

This commit is contained in:
MilhouseVH 2019-11-25 05:00:33 +00:00
parent 65d66fa8d2
commit 5dcba637dc

View File

@ -0,0 +1,25 @@
From 674faa792fc6c1bd391915fb9aacef2fcfd6426f Mon Sep 17 00:00:00 2001
From: MilhouseVH <milhouseVH.github@nmacleod.com>
Date: Mon, 25 Nov 2019 04:59:08 +0000
Subject: [PATCH] tests are broken when cross-compiling
---
nss/lib/ckfw/builtins/manifest.mn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nss/lib/ckfw/builtins/manifest.mn b/nss/lib/ckfw/builtins/manifest.mn
index 5e6740f..00bcdc0 100644
--- a/nss/lib/ckfw/builtins/manifest.mn
+++ b/nss/lib/ckfw/builtins/manifest.mn
@@ -5,7 +5,7 @@
CORE_DEPTH = ../../..
-DIRS = testlib
+#DIRS = testlib
MODULE = nss
MAPFILE = $(OBJDIR)/nssckbi.def
--
2.7.4