From 094158f16411874af3074c7564c3316a1db9ee5b Mon Sep 17 00:00:00 2001 From: lwthiker Date: Mon, 14 Nov 2022 10:17:11 +0200 Subject: [PATCH] Make NSS build verbose for debugging --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 877c54f..31bcb99 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 --disable-tests --static --python=python3 + ./build.sh -o -v --disable-tests --static --python=python3 else # We are cross compiling. # Cross compiling NSS is not supported by its build script and is poorly