chromium: Fix build for version 28 and NSS 3.15.
Build failure details: http://hydra.nixos.org/build/5663358 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
9040af06e3
commit
a1b384783e
@ -135,6 +135,9 @@ in stdenv.mkDerivation rec {
|
||||
sed -i -e 's|/usr/bin/gcc|gcc|' third_party/WebKit/Source/core/core.gypi
|
||||
'' + optionalString useOpenSSL ''
|
||||
cat $opensslPatches | patch -p1 -d third_party/openssl/openssl
|
||||
'' + optionalString (versionOlder sourceInfo.version "29.0.0.0") ''
|
||||
sed -i -e '/struct SECItemArray/,/^};/d' \
|
||||
net/third_party/nss/ssl/bodge/secitem_array.c
|
||||
'';
|
||||
|
||||
gypFlags = mkGypFlags (gypFlagsUseSystemLibs // {
|
||||
|
Loading…
Reference in New Issue
Block a user