re-introduced patched configure script to avoid use of an absolute path for configuration of ocaml
svn path=/nixpkgs/trunk/; revision=1261
This commit is contained in:
parent
2fea304633
commit
2398d68d94
1482
pkgs/development/compilers/ocaml/configure
vendored
Executable file
1482
pkgs/development/compilers/ocaml/configure
vendored
Executable file
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@ stdenv.mkDerivation {
|
|||||||
url = http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.0.tar.gz;
|
url = http://caml.inria.fr/distrib/ocaml-3.08/ocaml-3.08.0.tar.gz;
|
||||||
md5 = "c6ef478362295c150101cdd2efcd38e0";
|
md5 = "c6ef478362295c150101cdd2efcd38e0";
|
||||||
};
|
};
|
||||||
|
configureScript = ./configure;
|
||||||
dontAddPrefix = "True";
|
dontAddPrefix = "True";
|
||||||
configureFlags = ["-no-tk" "-x11lib" x11];
|
configureFlags = ["-no-tk" "-x11lib" x11];
|
||||||
makeFlags = ["world" "bootstrap" "opt"];
|
makeFlags = ["world" "bootstrap" "opt"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user