thunderbird: fix build with gcc9
This commit is contained in:
@@ -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++/* )
|
||||||
|
|||||||
Reference in New Issue
Block a user