diff options
Diffstat (limited to 'usr/src/tools/env')
-rw-r--r-- | usr/src/tools/env/illumos.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index 162f1f702f..c5bf4154d9 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -21,6 +21,7 @@ # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2010, 2011 Nexenta Systems, Inc. All rights reserved. # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org> +# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. # # Configuration variables for the runtime environment of the nightly @@ -230,6 +231,13 @@ export SPRO_VROOT="$SPRO_ROOT" # Uncomment this to disable support for SMB printing. # export ENABLE_SMB_PRINTING='#' +# If your distro uses certain versions of Perl, make sure either Makefile.master +# contains your new defaults OR your .env file sets them. +# These are how you would override for building on OmniOS r151012, for example. +#export PERL_VERSION=5.16.1 +#export PERL_ARCH=i86pc-solaris-thread-multi-64int +#export PERL_PKGVERS=-5161 + # # These checks ensure that if we accidentally run a program linked against the # proto area, that we then fail the build. |