Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlbuild
Commits:
-
c68caaf6
by Stephane Glondu at 2024-08-03T04:17:38+02:00
-
bc29ead5
by Stephane Glondu at 2024-08-03T04:17:43+02:00
-
498c4b27
by Stephane Glondu at 2024-08-03T05:11:22+02:00
2 changed files:
Changes:
| 1 | +ocamlbuild (0.15.0-2) unstable; urgency=medium
|
|
| 2 | + |
|
| 3 | + * Team upload
|
|
| 4 | + * Add support for a different OCaml stdlib dir
|
|
| 5 | + |
|
| 6 | + -- Stéphane Glondu <glondu@debian.org> Sat, 03 Aug 2024 05:11:13 +0200
|
|
| 7 | + |
|
| 1 | 8 | ocamlbuild (0.15.0-1) unstable; urgency=medium
|
| 2 | 9 | |
| 3 | 10 | * Team upload
|
| ... | ... | @@ -16,7 +16,7 @@ OCAML_NATIVE = $(if $(BYTECODE),false,true) |
| 16 | 16 | OCAMLBUILD_CFG = \
|
| 17 | 17 | OCAMLBUILD_PREFIX=/usr \
|
| 18 | 18 | OCAMLBUILD_BINDIR=/usr/bin \
|
| 19 | - OCAMLBUILD_LIBDIR=/usr/lib/ocaml \
|
|
| 19 | + OCAMLBUILD_LIBDIR=$(OCAML_STDLIB_DIR) \
|
|
| 20 | 20 | OCAMLBUILD_MANDIR=/usr/share/man
|
| 21 | 21 | |
| 22 | 22 | # these variables from your shell can interfere with tests. it should not be
|