mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'ocaml'
|
||||||
pkgname=ocaml
|
pkgname=ocaml
|
||||||
version=4.13.1
|
version=4.13.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--with-pic"
|
configure_args="--with-pic --libdir=/usr/lib/ocaml"
|
||||||
make_build_target="world.opt"
|
make_build_target="world.opt"
|
||||||
makedepends="ncurses-devel libX11-devel"
|
makedepends="ncurses-devel libX11-devel"
|
||||||
short_desc="Main implementation of the Caml language"
|
short_desc="Main implementation of the Caml language"
|
||||||
|
|
Loading…
Add table
Reference in a new issue