Fix some ca/perl builds
Use the pre-expanded Perl configuration variables. Conda builds of Perl need these (and a fix to the Perl config files, see https://github.com/conda/conda/issues/8425 for details).
This commit is contained in:
@@ -13,11 +13,11 @@ ifdef T_A
|
||||
PERL_ARCHNAME = $(shell $(PERL) ../perlConfig.pl archname)
|
||||
PERL_ARCHPATH := $(PERL_VERSION)/$(PERL_ARCHNAME)
|
||||
|
||||
PERL_ARCHLIB := $(shell $(PERL) ../perlConfig.pl archlib)
|
||||
PERL_ARCHLIB := $(shell $(PERL) ../perlConfig.pl archlibexp)
|
||||
PERL_h = $(PERL_ARCHLIB)/CORE/perl.h
|
||||
|
||||
EXTUTILS := $(shell $(PERL) ../perlConfig.pl privlib)/ExtUtils
|
||||
PERLBIN := $(shell $(PERL) ../perlConfig.pl bin)
|
||||
EXTUTILS := $(shell $(PERL) ../perlConfig.pl privlibexp)/ExtUtils
|
||||
PERLBIN := $(shell $(PERL) ../perlConfig.pl binexp)
|
||||
XSUBPP := $(firstword $(wildcard $(PERLBIN)/xsubpp $(EXTUTILS)/xsubpp))
|
||||
|
||||
# Special settings for Darwin:
|
||||
|
||||
Reference in New Issue
Block a user