summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-27 08:00:13 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-27 08:01:24 +0100
commit7c36e0f62b67beffd1452c1254d6ed041d9f6bd5 (patch)
tree188daf87dffafd972a023e5ac027ae072ec6cfbb /dev-ml/camlp5
parentsci-libs/lrslib: Stabilize 071 amd64, #765070 (diff)
downloadgentoo-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')
-rw-r--r--dev-ml/camlp5/camlp5-7.11-r1.ebuild3
-rw-r--r--dev-ml/camlp5/camlp5-7.14.ebuild3
-rw-r--r--dev-ml/camlp5/camlp5-8.00.ebuild1
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 5f91a735d0e7..6be6bcfd624a 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 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
diff --git a/dev-ml/camlp5/camlp5-8.00.ebuild b/dev-ml/camlp5/camlp5-8.00.ebuild
index df181c7416a9..fe4e5ebe5766 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