- define ocaml_dune_bootstrap_directory for dune3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=68
This commit is contained in:
Olaf Hering 2022-03-17 22:21:16 +00:00 committed by Git OBS Bridge
parent 8e459b575b
commit cbbf3354ad
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Tue Feb 22 22:22:22 UTC 2022 - ohering@suse.de
- remove usage of external-lib-deps for dune3
- define ocaml_dune_bootstrap_directory for dune3
-------------------------------------------------------------------
Wed Oct 27 07:31:27 UTC 2021 - ohering@suse.de

View File

@ -424,6 +424,7 @@ ocaml setup.ml -configure \\\
%%ocaml_oasis_test \
ocaml setup.ml -test
#
%%ocaml_dune_bootstrap_directory %%{_libexecdir}/dune-bootstrap
%%ocaml_dune_setup \
%ifarch ppc64 ppc64le
ulimit -s $((1024 * 64)) ; \