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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/Makefile
          +++ new/usr/src/pkg/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  25   25  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
       26 +# Copyright 2016 RackTop Systems.
  26   27  #
  27   28  
  28   29  include $(SRC)/Makefile.master
  29   30  include $(SRC)/Makefile.buildnum
  30   31  
  31   32  #
  32   33  # Make sure we're getting a consistent execution environment for the
  33   34  # embedded scripts.
  34   35  #
  35   36  SHELL= /usr/bin/ksh93
↓ open down ↓ 139 lines elided ↑ open up ↑
 175  176          ARCH32=$($(PKGMACH)_ARCH32) \
 176  177          ARCH64=$($(PKGMACH)_ARCH64) \
 177  178          PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \
 178  179          PKGVERS_BUILTON=$(PKGVERS_BUILTON) \
 179  180          PKGVERS_BRANCH=$(PKGVERS_BRANCH) \
 180  181          PKGVERS=$(PKGVERS) \
 181  182          PERL_ARCH=$(PERL_ARCH) \
 182  183          PERL_ARCH64=$(PERL_ARCH64) \
 183  184          PERL_VERSION=$(PERL_VERSION) \
 184  185          PERL_PKGVERS=$(PERL_PKGVERS) \
      186 +        64BIT_PERL=$(ENABLE_64BIT_PERL) \
 185  187          PYTHON_VERSION=$(PYTHON_VERSION) \
 186  188          PYTHON_PKGVERS=$(PYTHON_PKGVERS)
 187  189  
 188  190  PKGDEP_TOKENS_i386= \
 189  191          'PLATFORM=i86hvm' \
 190  192          'PLATFORM=i86pc' \
 191  193          'PLATFORM=i86xpv' \
 192  194          'ISALIST=amd64' \
 193  195          'ISALIST=i386'
 194  196  PKGDEP_TOKENS_sparc= \
↓ open down ↓ 549 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX