Minor updates

svn path=/nixpkgs/trunk/; revision=11708
This commit is contained in:
Michael Raskin
2008-04-24 17:00:28 +00:00
parent d3a5cca1a1
commit 65bf14f91b
5 changed files with 78 additions and 2 deletions
+6 -1
View File
@@ -12,8 +12,13 @@ rec {
"--with-system-map=${kernel}/System.map"
];
preConfigure = FullDepEntry (''
sed -e 's/FASTCALL//' -i configure configure.ac
sed -e 's/int (attach_pid/void (attach_pid/' -i configure configure.ac
'')["doUnpack" "minInit"];
/* doConfigure should be specified separately */
phaseNames = ["doConfigure" "doMakeInstall"];
phaseNames = ["preConfigure" "doConfigure" "doMakeInstall"];
name = "blcr-" + version;
meta = {