diff options
Diffstat (limited to 'usr/src/cmd/perl')
-rw-r--r-- | usr/src/cmd/perl/Makefile.perl | 8 | ||||
-rw-r--r-- | usr/src/cmd/perl/Makefile.targ | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/usr/src/cmd/perl/Makefile.perl b/usr/src/cmd/perl/Makefile.perl index 3ee32fef0f..25fdc53f50 100644 --- a/usr/src/cmd/perl/Makefile.perl +++ b/usr/src/cmd/perl/Makefile.perl @@ -10,17 +10,15 @@ # # # Copyright (c) 2014 Racktop Systems. +# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. # include $(SRC)/lib/Makefile.lib -# PERL_VERSION used to be set here, -# but as it is also needed in usr/src/pkg/Makefile, +# PERL_VERSION and PERL_ARCH used to be set here, +# but as they were also needed in usr/src/pkg/Makefile, # the definition was moved to usr/src/Makefile.master -PERL_ARCH = i86pc-solaris-64int -$(SPARC_BLD)PERL_ARCH = sun4-solaris-64int - PERLDIR = $(ADJUNCT_PROTO)/usr/perl5/$(PERL_VERSION) PERLLIBDIR = $(PERLDIR)/lib/$(PERL_ARCH) PERLINCDIR = $(PERLLIBDIR)/CORE diff --git a/usr/src/cmd/perl/Makefile.targ b/usr/src/cmd/perl/Makefile.targ index a3211dff7f..b3f5ec9bd3 100644 --- a/usr/src/cmd/perl/Makefile.targ +++ b/usr/src/cmd/perl/Makefile.targ @@ -10,7 +10,7 @@ # # # Copyright (c) 2014 Racktop Systems. -# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. +# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. # # Link against libc as perl solaris specs @@ -23,8 +23,8 @@ $(ROOTPERLEXT) := FILEMODE = 0555 $(ROOTPERLMOD) := FILEMODE = 0444 # CFLAGS for perl, specifically. -PCFLAGS= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV \ - -D_TS_ERRNO +PCFLAGS= -DPERL_EUPXS_ALWAYS_EXPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \ + -DPERL_USE_SAFE_PUTENV -D_TS_ERRNO $(MACH): $(INS.dir) |