diff options
author | 2021-02-03 21:38:48 +0100 | |
---|---|---|
committer | 2021-02-03 21:38:48 +0100 | |
commit | 375b63a4d21dc7d090426d95b9d30e242c4d6dd3 (patch) | |
tree | 6a45b1d86619742e8baaeeecd472ee9989281431 /dev-ml/ocamlbuild | |
parent | app-crypt/ubuntu-keyring: 2020.06.17.1 + QA + drop old (diff) | |
download | gentoo-375b63a4d21dc7d090426d95b9d30e242c4d6dd3.tar.gz gentoo-375b63a4d21dc7d090426d95b9d30e242c4d6dd3.tar.bz2 gentoo-375b63a4d21dc7d090426d95b9d30e242c4d6dd3.zip |
dev-ml/ocamlbuild: should fix parallel make
Closes: https://bugs.gentoo.org/688794
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlbuild')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild index ea2d235bcc93..d7ee6e34cb09 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild @@ -28,6 +28,11 @@ src_configure() { NATDYNLINK=$(usex ocamlopt true false) } +src_compile() { + emake src/ocamlbuild_config.cmo + default +} + src_install() { emake CHECK_IF_PREINSTALLED=false DESTDIR="${D}" install dodoc Changes |