I am getting the following error while building nss 3.35 version
secoid.c:(.text.SECOID_Init+0x36): undefined reference to PR_GetEnvSecure'
secoid.c:(.text.SECOID_Init+0x55): undefined reference to
PR_GetEnvSecure'
I am using nspr version 4.19 to build this. Here is my command to build nss
make -j1 BUILD_OPT=1 NSPR_INCLUDE_DIR=nss-3.36.1/nspr/include/nspr USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz NSS_ENABLE_WERROR=0 $([ $(uname -m ) = x86_64 ] && echo USE_64=1 ) $([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1 )