ocaml: install stdlib to /usr/lib/ocaml.
Libraries using findlib are already in /usr/lib/ocaml, OCaml links statically, so no rebuilds required. Closes #33911.
This commit is contained in:
parent
a6c22eade4
commit
eb2262b9f5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue