commit:     7c36e0f62b67beffd1452c1254d6ed041d9f6bd5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 07:00:13 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 07:01:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c36e0f6

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 <AT> gentoo.org>

 dev-ml/camlp5/camlp5-7.11-r1.ebuild | 3 ++-
 dev-ml/camlp5/camlp5-7.14.ebuild    | 3 ++-
 dev-ml/camlp5/camlp5-8.00.ebuild    | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ml/camlp5/camlp5-7.11-r1.ebuild 
b/dev-ml/camlp5/camlp5-7.11-r1.ebuild
index 5f91a735d0e..6be6bcfd624 100644
--- a/dev-ml/camlp5/camlp5-7.11-r1.ebuild
+++ b/dev-ml/camlp5/camlp5-7.11-r1.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
@@ -35,6 +35,7 @@ src_configure() {
 }
 
 src_compile() {
+       ulimit -s 11530000
        emake out
        if use ocamlopt; then
                emake  opt

diff --git a/dev-ml/camlp5/camlp5-7.14.ebuild b/dev-ml/camlp5/camlp5-7.14.ebuild
index cd630ba25bd..6bc2cca9ade 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

diff --git a/dev-ml/camlp5/camlp5-8.00.ebuild b/dev-ml/camlp5/camlp5-8.00.ebuild
index df181c7416a..fe4e5ebe576 100644
--- a/dev-ml/camlp5/camlp5-8.00.ebuild
+++ b/dev-ml/camlp5/camlp5-8.00.ebuild
@@ -35,6 +35,7 @@ src_configure() {
 }
 
 src_compile() {
+       ulimit -s 11530000
        emake out
        if use ocamlopt; then
                emake opt

Reply via email to