diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-09-29 09:00:02 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-09-29 09:00:02 +0200 |
commit | f4c0389745bf470502ddefc8065d50e6a9033260 (patch) | |
tree | ca291319f845e6521f2cd5c127ad707dbc61cd8f /dev-lang/ocaml | |
parent | package.mask: Last rite games-simulation/bcs-demo (diff) | |
download | gentoo-f4c0389745bf470502ddefc8065d50e6a9033260.tar.gz gentoo-f4c0389745bf470502ddefc8065d50e6a9033260.tar.bz2 gentoo-f4c0389745bf470502ddefc8065d50e6a9033260.zip |
dev-lang/ocaml: filtering lto
Closes: https://bugs.gentoo.org/872995
Closes: https://bugs.gentoo.org/870349
Closes: https://bugs.gentoo.org/835157
Closes: https://bugs.gentoo.org/858446
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.14.0-r1.ebuild (renamed from dev-lang/ocaml/ocaml-4.14.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/ocaml/ocaml-4.14.0.ebuild b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild index b68dee9dfbaa..6c564eb4fcae 100644 --- a/dev-lang/ocaml/ocaml-4.14.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild @@ -47,6 +47,7 @@ src_prepare() { } src_configure() { + filter-lto #bug 870349 local opt=( --bindir="${EPREFIX}/usr/bin" --libdir="${EPREFIX}/usr/$(get_libdir)/ocaml" |