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