Print this page
7661 illumos should provide 64bit perl modules


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  23 # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
  24 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.

  25 #
  26 
  27 # Configuration variables for the runtime environment of the nightly
  28 # build script and other tools for construction and packaging of
  29 # releases.
  30 # This example is suitable for building an illumos workspace, which
  31 # will contain the resulting archives. It is based off the onnv
  32 # release. It sets NIGHTLY_OPTIONS to make nightly do:
  33 #       DEBUG build only (-D, -F)
  34 #       do not bringover from the parent (-n)
  35 #       runs 'make check' (-C)
  36 #       checks for new interfaces in libraries (-A)
  37 #       runs lint in usr/src (-l plus the LINTDIRS variable)
  38 #       sends mail on completion (-m and the MAILTO variable)
  39 #       creates packages for PIT/RE (-p)
  40 #       checks for changes in ELF runpaths (-r)
  41 #       build and use this workspace's tools in $SRC/tools (-t)
  42 #
  43 # - This file is sourced by "bldenv.sh" and "nightly.sh" and should not 
  44 #   be executed directly.


 205 # linting is actually lint clean or you'll get lots of mail.
 206 # You shouldn't need to change this though.
 207 #export LINTDIRS="$SRC y"
 208 
 209 # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 210 # if the 'N' option is not specified, is to run this test.
 211 #CHECK_PATHS='y'
 212 
 213 # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 214 # nightly(1) for interactions between environment variables and this command.
 215 #POST_NIGHTLY=
 216 
 217 # Comment this out to disable support for IPP printing, i.e. if you
 218 # don't want to bother providing the Apache headers this needs.
 219 export ENABLE_IPP_PRINTING=
 220 
 221 # Comment this out to disable support for SMB printing, i.e. if you
 222 # don't want to bother providing the CUPS headers this needs.
 223 export ENABLE_SMB_PRINTING=
 224 








 225 # If your distro uses certain versions of Perl, make sure either Makefile.master
 226 # contains your new defaults OR your .env file sets them.
 227 # These are how you would override for building on OmniOS r151012, for example.
 228 #export PERL_VERSION=5.16.1
 229 #export PERL_ARCH=i86pc-solaris-thread-multi-64int
 230 #export PERL_PKGVERS=-5161


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  23 # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
  24 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  25 # Copyright 2016 RackTop Systems.
  26 #
  27 
  28 # Configuration variables for the runtime environment of the nightly
  29 # build script and other tools for construction and packaging of
  30 # releases.
  31 # This example is suitable for building an illumos workspace, which
  32 # will contain the resulting archives. It is based off the onnv
  33 # release. It sets NIGHTLY_OPTIONS to make nightly do:
  34 #       DEBUG build only (-D, -F)
  35 #       do not bringover from the parent (-n)
  36 #       runs 'make check' (-C)
  37 #       checks for new interfaces in libraries (-A)
  38 #       runs lint in usr/src (-l plus the LINTDIRS variable)
  39 #       sends mail on completion (-m and the MAILTO variable)
  40 #       creates packages for PIT/RE (-p)
  41 #       checks for changes in ELF runpaths (-r)
  42 #       build and use this workspace's tools in $SRC/tools (-t)
  43 #
  44 # - This file is sourced by "bldenv.sh" and "nightly.sh" and should not 
  45 #   be executed directly.


 206 # linting is actually lint clean or you'll get lots of mail.
 207 # You shouldn't need to change this though.
 208 #export LINTDIRS="$SRC y"
 209 
 210 # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 211 # if the 'N' option is not specified, is to run this test.
 212 #CHECK_PATHS='y'
 213 
 214 # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 215 # nightly(1) for interactions between environment variables and this command.
 216 #POST_NIGHTLY=
 217 
 218 # Comment this out to disable support for IPP printing, i.e. if you
 219 # don't want to bother providing the Apache headers this needs.
 220 export ENABLE_IPP_PRINTING=
 221 
 222 # Comment this out to disable support for SMB printing, i.e. if you
 223 # don't want to bother providing the CUPS headers this needs.
 224 export ENABLE_SMB_PRINTING=
 225 
 226 # Comment this out to disable building of 32bit perl modules, i.e
 227 # if you're running a distro that only provides 64bit perl.
 228 export ENABLE_32BIT_PERL=
 229 
 230 # Comment this out to disable building of 64bit perl modules, i.e
 231 # if you're running a distro that doesn't provide 64bit perl.
 232 export ENABLE_64BIT_PERL=
 233 
 234 # If your distro uses certain versions of Perl, make sure either Makefile.master
 235 # contains your new defaults OR your .env file sets them.
 236 # These are how you would override for building on OmniOS r151012, for example.
 237 #export PERL_VERSION=5.16.1
 238 #export PERL_VARIANT=-thread-multi
 239 #export PERL_PKGVERS=-5161