From ba6f29dfc6cbd076f2af0a25601b8bc10eb2efd7 Mon Sep 17 00:00:00 2001 From: lwthiker Date: Mon, 14 Nov 2022 13:49:11 +0200 Subject: [PATCH] Remove nss verbose build flag Remove the verbose build flag that was previously added for debugging. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 31bcb99..877c54f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -213,7 +213,7 @@ $(nss_static_libs): $(NSS_VERSION).tar.gz ifeq ($(host),$(build)) # Native build, use NSS' build script. cd $(NSS_VERSION)/nss - ./build.sh -o -v --disable-tests --static --python=python3 + ./build.sh -o --disable-tests --static --python=python3 else # We are cross compiling. # Cross compiling NSS is not supported by its build script and is poorly