diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-17 11:46:51 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-17 11:46:51 +0000 |
commit | 2eaa6b5910ff4c72b61a4fcf4b06c8f6c1d8db93 (patch) | |
tree | db1796cf8284d5dd34bdb76b1d08f48accd46e08 /security/nss/Makefile | |
parent | - Convert `net-p2p/lidarr' to USES=mono,sqlite (diff) |
security/nss: fix build on powerpc64le
Error:
C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR
NSPR error code: -5977: Failure to load dynamic library
Initiailzing softoken failed: 0x00000030, CKR_DEVICE_ERROR
NSPR error code: -5977: Failure to load dynamic library
While here also correct option description after introducing proper VSX option in https://hg.mozilla.org/projects/nss/rev/a66c71152314e591106680e6de618c3c8d044373
Diffstat (limited to 'security/nss/Makefile')
-rw-r--r-- | security/nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index a45b69fc728a..a4f17aa15548 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -67,7 +67,7 @@ MAKE_ENV+= NSS_DISABLE_ARM32_NEON=1 EXTRA_PATCHES= ${FILESDIR}/${ARCH}${PPC_ABI:tl}-lib_freebl_scripts_gen.sh USES+= compiler:c++11-lang # -mcrypto -mvsx .if ! ${PORT_OPTIONS:MVSX} -MAKE_ENV+= NSS_DISABLE_ALTIVEC=1 +MAKE_ENV+= NSS_DISABLE_CRYPTO_VSX=1 .endif .endif |