Print this page
4863 illumos-gate can't be built with fresh perl versions
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/cmd/perl/Makefile.perl
+++ new/usr/src/cmd/perl/Makefile.perl
1 1 #
2 2 # This file and its contents are supplied under the terms of the
|
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11 #
12 12 # Copyright (c) 2014 Racktop Systems.
13 +# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
13 14 #
14 15
15 16 include $(SRC)/lib/Makefile.lib
16 17
17 -# PERL_VERSION used to be set here,
18 -# but as it is also needed in usr/src/pkg/Makefile,
18 +# PERL_VERSION and PERL_ARCH used to be set here,
19 +# but as they were also needed in usr/src/pkg/Makefile,
19 20 # the definition was moved to usr/src/Makefile.master
20 21
21 -PERL_ARCH = i86pc-solaris-64int
22 -$(SPARC_BLD)PERL_ARCH = sun4-solaris-64int
23 -
24 22 PERLDIR = $(ADJUNCT_PROTO)/usr/perl5/$(PERL_VERSION)
25 23 PERLLIBDIR = $(PERLDIR)/lib/$(PERL_ARCH)
26 24 PERLINCDIR = $(PERLLIBDIR)/CORE
27 25
28 26 PERLMOD = $(MODULE).pm
29 27 PERLEXT = $(MACH)/$(MODULE).so
30 28
31 29 ROOTPERLDIR = $(ROOT)/usr/perl5/$(PERL_VERSION)
32 30 ROOTPERLLIBDIR = $(ROOTPERLDIR)/lib/$(PERL_ARCH)
33 31 ROOTPERLMODDIR = $(ROOTPERLLIBDIR)/Sun/Solaris
34 32 ROOTPERLEXTDIR = $(ROOTPERLLIBDIR)/auto/Sun/Solaris/$(MODULE)
35 33
36 34 ROOTPERLMOD = $(ROOTPERLMODDIR)/$(MODULE).pm
37 35 ROOTPERLEXT = $(ROOTPERLEXTDIR)/$(MODULE).so
38 36
39 37 C99MODE = $(C99_ENABLE)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX