diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-27 08:00:13 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-27 08:01:24 +0100 |
commit | 7c36e0f62b67beffd1452c1254d6ed041d9f6bd5 (patch) | |
tree | 188daf87dffafd972a023e5ac027ae072ec6cfbb /dev-ml/camlp5/camlp5-7.14.ebuild | |
parent | sci-libs/lrslib: Stabilize 071 amd64, #765070 (diff) | |
download | gentoo-7c36e0f62b67beffd1452c1254d6ed041d9f6bd5.tar.gz gentoo-7c36e0f62b67beffd1452c1254d6ed041d9f6bd5.tar.bz2 gentoo-7c36e0f62b67beffd1452c1254d6ed041d9f6bd5.zip |
dev-ml/camlp5: increasing stack during compile
Bug: https://bugs.gentoo.org/710966
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/camlp5/camlp5-7.14.ebuild')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/camlp5/camlp5-7.14.ebuild b/dev-ml/camlp5/camlp5-7.14.ebuild index cd630ba25bd9..6bc2cca9ade9 100644 --- a/dev-ml/camlp5/camlp5-7.14.ebuild +++ b/dev-ml/camlp5/camlp5-7.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,6 +37,7 @@ src_configure() { } src_compile() { + ulimit -s 11530000 emake out if use ocamlopt; then emake opt |