Print this page
7661 illumos should provide 64bit perl modules

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
  24   24  # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
       25 +# Copyright 2016 RackTop Systems.
  25   26  #
  26   27  
  27   28  # Configuration variables for the runtime environment of the nightly
  28   29  # build script and other tools for construction and packaging of
  29   30  # releases.
  30   31  # This example is suitable for building an illumos workspace, which
  31   32  # will contain the resulting archives. It is based off the onnv
  32   33  # release. It sets NIGHTLY_OPTIONS to make nightly do:
  33   34  #       DEBUG build only (-D, -F)
  34   35  #       do not bringover from the parent (-n)
↓ open down ↓ 180 lines elided ↑ open up ↑
 215  216  #POST_NIGHTLY=
 216  217  
 217  218  # Comment this out to disable support for IPP printing, i.e. if you
 218  219  # don't want to bother providing the Apache headers this needs.
 219  220  export ENABLE_IPP_PRINTING=
 220  221  
 221  222  # Comment this out to disable support for SMB printing, i.e. if you
 222  223  # don't want to bother providing the CUPS headers this needs.
 223  224  export ENABLE_SMB_PRINTING=
 224  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 +
 225  234  # If your distro uses certain versions of Perl, make sure either Makefile.master
 226  235  # contains your new defaults OR your .env file sets them.
 227  236  # These are how you would override for building on OmniOS r151012, for example.
 228  237  #export PERL_VERSION=5.16.1
 229      -#export PERL_ARCH=i86pc-solaris-thread-multi-64int
      238 +#export PERL_VARIANT=-thread-multi
 230  239  #export PERL_PKGVERS=-5161
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX