summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/hints
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/hints')
-rw-r--r--gnu/usr.bin/perl/hints/posix-bc.sh2
-rw-r--r--gnu/usr.bin/perl/hints/vos.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/posix-bc.sh b/gnu/usr.bin/perl/hints/posix-bc.sh
index 006323fd252..00c1cc9ac54 100644
--- a/gnu/usr.bin/perl/hints/posix-bc.sh
+++ b/gnu/usr.bin/perl/hints/posix-bc.sh
@@ -23,7 +23,7 @@ esac
# -DUSE_PURE_BISON
# -D_XOPEN_SOURCE_EXTENDED alters system headers.
# Prepend your favorites with Configure -Dccflags=your_favorites
-ccflags="$ccflags -Kc_names_unlimited,enum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE_EXTENDED"
+ccflags="$ccflags -Kc_names_unlimited,enum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -DYYMAXDEPTH=65000 -DYYINITDEPTH=1000 -D_XOPEN_SOURCE_EXTENDED"
# Now, what kind of BS2000 system are we running on?
echo
diff --git a/gnu/usr.bin/perl/hints/vos.sh b/gnu/usr.bin/perl/hints/vos.sh
index 1ba87310497..a5bf3372a47 100644
--- a/gnu/usr.bin/perl/hints/vos.sh
+++ b/gnu/usr.bin/perl/hints/vos.sh
@@ -145,3 +145,5 @@ $rm -f t001$_o t001$_exe t001.kp
EOCBU
+# VOS 14.7 has minimal support for dynamic linking. Too minimal for perl.
+usedl="undef"