* Hacked up a patch to let lcov find source files referenced by a

path relative to some arbitrary parent of the .gcno file.  For
  instance, this happens when building Subversion with coverage.

svn path=/nixpkgs/trunk/; revision=16902
This commit is contained in:
Eelco Dolstra
2009-08-31 15:02:01 +00:00
parent 11e09ffad1
commit 54a5ad0c6f
2 changed files with 142 additions and 0 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1cx3haizs0rw6wjsn486qcn50f3qpybflkkb1780cg6s8jzcwdin";
};
patches = [ ./find-source.patch ];
preBuild = ''
makeFlagsArray=(PREFIX=$out BIN_DIR=$out/bin MAN_DIR=$out/share/man)
'';