thunderbird: fix build with gcc9
This commit is contained in:
parent
8dca8b9ccb
commit
cdccbcdf53
@ -108,6 +108,8 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
cxxLib=$( echo -n ${gcc}/include/c++/* )
|
cxxLib=$( echo -n ${gcc}/include/c++/* )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user