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 2015, 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.
*** 220,230 **** # 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. # 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 --- 221,235 ---- # 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. # These are how you would override for building on OmniOS r151012, for example. #export PERL_VERSION=5.16.1 ! #export PERL_VARIANT=-thread-multi #export PERL_PKGVERS=-5161