Print this page
7661 illumos should provide 64bit perl modules (for omni)

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/omnios-illumos-gate.sh
          +++ new/usr/src/tools/env/omnios-illumos-gate.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 2016, 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 (aka. pull or clone) from the parent (-n)
↓ open down ↓ 204 lines elided ↑ open up ↑
 239  240  #POST_NIGHTLY=
 240  241  
 241  242  # Comment this out to disable support for IPP printing, i.e. if you
 242  243  # don't want to bother providing the Apache headers this needs.
 243  244  #export ENABLE_IPP_PRINTING=
 244  245  
 245  246  # Comment this out to disable support for SMB printing, i.e. if you
 246  247  # don't want to bother providing the CUPS headers this needs.
 247  248  #export ENABLE_SMB_PRINTING=
 248  249  
      250 +# Comment this out to disable building of 64bit perl modules.
      251 +# Don't disable this unless instructed to do so by your distributor.
      252 +export ENABLE_64BIT_PERL=
      253 +
 249  254  # If your distro uses certain versions of Perl, make sure either
 250  255  # Makefile.master contains your new defaults OR your .env file sets them.
 251  256  # Stock illumos-gate does not have these set already.
 252  257  export PERL_VERSION=5.16.1
 253      -export PERL_ARCH=i86pc-solaris-thread-multi-64int
      258 +export PERL_VARIANT=-thread-multi
 254  259  export PERL_PKGVERS=
 255  260  
 256  261  # To build IPS packages for the version you wish to update, ONNV_BUILDNUM must
 257  262  # match the version you're on.  Find this in /etc/release, and lose the 'r'.
 258  263  
 259  264  # Current bloody is r151021, so use '151021'.
 260  265  export ONNV_BUILDNUM=151021
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX