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

*** 20,29 **** --- 20,30 ---- # # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015 Nexenta Systems, Inc. All rights reserved. # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org> # Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved. + # Copyright 2016 RackTop Systems. # # Configuration variables for the runtime environment of the nightly # build script and other tools for construction and packaging of # releases.
*** 244,258 **** # Comment this out to disable support for SMB printing, i.e. if you # don't want to bother providing the CUPS headers this needs. #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. # Stock illumos-gate does not have these set already. export PERL_VERSION=5.16.1 ! export PERL_ARCH=i86pc-solaris-thread-multi-64int export PERL_PKGVERS= # To build IPS packages for the version you wish to update, ONNV_BUILDNUM must # match the version you're on. Find this in /etc/release, and lose the 'r'. --- 245,263 ---- # Comment this out to disable support for SMB printing, i.e. if you # don't want to bother providing the CUPS headers this needs. #export ENABLE_SMB_PRINTING= + # Comment this out to disable building of 64bit perl modules. + # Don't disable this unless instructed to do so by your distributor. + export ENABLE_64BIT_PERL= + # If your distro uses certain versions of Perl, make sure either # Makefile.master contains your new defaults OR your .env file sets them. # Stock illumos-gate does not have these set already. export PERL_VERSION=5.16.1 ! export PERL_VARIANT=-thread-multi export PERL_PKGVERS= # To build IPS packages for the version you wish to update, ONNV_BUILDNUM must # match the version you're on. Find this in /etc/release, and lose the 'r'.