diff options
Diffstat (limited to 'vos/configure_full_perl.sh')
-rw-r--r-- | vos/configure_full_perl.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vos/configure_full_perl.sh b/vos/configure_full_perl.sh new file mode 100644 index 0000000000..28eab52513 --- /dev/null +++ b/vos/configure_full_perl.sh @@ -0,0 +1,21 @@ +# Configure environment variables for perl build. +declare -x AWK="/system/gnu_library/bin/gawk.pm" +export AWK +declare -x CC="/system/gnu_library/bin/gcc.pm" +export CC +declare -x CPP="$CC $CPPFLAGS -E" +export CPP +declare -x CPPFLAGS="-D_POSIX_SOURCE=199506L -D_SYSV" +export CPPFLAGS +declare -x CONFIG_SHELL="bash" +export CONFIG_SHELL +declare -x LD="/system/gnu_library/bin/gcc.pm" +export LD +declare -x MAKE="/system/gnu_library/bin/gmake.pm" +export MAKE +declare -x RANLIB=":" +export RANLIB +declare -x SHELL="/system/gnu_library/bin/bash.pm" +export SHELL +# +bash Configure -Dusedevel -des |