From c3592b39bf17b50274517eb404ef604ecf84d365 Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Thu, 23 Apr 2020 17:25:10 -0500
Subject: [PATCH] fix nspr build on update

---
 helpers/make-nspr | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-nspr b/helpers/make-nspr
index 1b3874c42..d1f4de772 100644
--- a/helpers/make-nspr
+++ b/helpers/make-nspr
@@ -17,13 +17,14 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
 REPOKEY="3B4FE6ACC0B21F32"
 BACKPORT=true
 
 . ./config
 
+sed -i "/include debian\/make.mk/a DEB_BUILD_OPTIONS=nocheck" debian/rules
 changelog "Backported from Focal"
 
 compile
-- 
GitLab