lcov: Apply upstream patch for GCC >= 4.7 compatibility
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
patches =
|
||||
(stdenv.lib.optional stdenv.isFreeBSD ./freebsd-install.patch);
|
||||
[ ./lcov-except-unreach.patch ]
|
||||
++ stdenv.lib.optional stdenv.isFreeBSD ./freebsd-install.patch;
|
||||
|
||||
preBuild = ''
|
||||
makeFlagsArray=(PREFIX=$out BIN_DIR=$out/bin MAN_DIR=$out/share/man)
|
||||
|
||||
Reference in New Issue
Block a user