nss: enable libpkix build
this was enabled by default with the old build system, but requires this flag with the new one fixes ##93955
This commit is contained in:
parent
1526f4534d
commit
93a3c37128
@ -78,6 +78,7 @@ in stdenv.mkDerivation rec {
|
|||||||
--target ${target} \
|
--target ${target} \
|
||||||
-Dhost_arch=${host} \
|
-Dhost_arch=${host} \
|
||||||
-Duse_system_zlib=1 \
|
-Duse_system_zlib=1 \
|
||||||
|
--enable-libpkix \
|
||||||
${stdenv.lib.optionalString stdenv.isDarwin "--clang"} \
|
${stdenv.lib.optionalString stdenv.isDarwin "--clang"} \
|
||||||
${stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-tests"}
|
${stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-tests"}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user