Print this page
7661 illumos should provide 64bit perl modules

*** 21,30 **** --- 21,31 ---- # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> + # Copyright 2016 RackTop Systems. # include $(SRC)/Makefile.master include $(SRC)/Makefile.buildnum
*** 177,188 **** --- 178,192 ---- PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \ PKGVERS_BUILTON=$(PKGVERS_BUILTON) \ PKGVERS_BRANCH=$(PKGVERS_BRANCH) \ PKGVERS=$(PKGVERS) \ PERL_ARCH=$(PERL_ARCH) \ + PERL_ARCH64=$(PERL_ARCH64) \ PERL_VERSION=$(PERL_VERSION) \ PERL_PKGVERS=$(PERL_PKGVERS) \ + 32BIT_PERL=$(ENABLE_32BIT_PERL) \ + 64BIT_PERL=$(ENABLE_64BIT_PERL) \ PYTHON_VERSION=$(PYTHON_VERSION) \ PYTHON_PKGVERS=$(PYTHON_PKGVERS) PKGDEP_TOKENS_i386= \ 'PLATFORM=i86hvm' \