aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jamvm/jamvm/jamvm-1.3.1-size-defaults.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jamvm/jamvm/jamvm-1.3.1-size-defaults.patch')
-rw-r--r--recipes/jamvm/jamvm/jamvm-1.3.1-size-defaults.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/jamvm/jamvm/jamvm-1.3.1-size-defaults.patch b/recipes/jamvm/jamvm/jamvm-1.3.1-size-defaults.patch
new file mode 100644
index 0000000000..a41beee982
--- /dev/null
+++ b/recipes/jamvm/jamvm/jamvm-1.3.1-size-defaults.patch
@@ -0,0 +1,12 @@
+--- jamvm-1.3.1.orig/src/jam.h 2005-07-17 23:53:34.000000000 +0200
++++ jamvm-1.3.1/src/jam.h 2005-07-17 23:54:17.000000000 +0200
+@@ -548,7 +548,9 @@
+ #endif
+
+ /* default size of the Java stack */
++#ifndef DEFAULT_STACK
+ #define DEFAULT_STACK 64*KB
++#endif
+
+ /* size of emergency area - big enough to create
+ a StackOverflow exception */