diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 6c4a9cf4416..629c13791df 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,9 +1,9 @@ # Template file for 'ocaml' pkgname=ocaml version=4.13.1 -revision=1 +revision=2 build_style="gnu-configure" -configure_args="--with-pic" +configure_args="--with-pic --libdir=/usr/lib/ocaml" make_build_target="world.opt" makedepends="ncurses-devel libX11-devel" short_desc="Main implementation of the Caml language"