mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #5026 from pprindeville/perl-dot-exclude-breakage
perl: modules failing due to dot not in @INC
This commit is contained in:
@@ -57,7 +57,7 @@ define perlmod/Configure
|
||||
(cd $(if $(3),$(3),$(PKG_BUILD_DIR)); \
|
||||
PERL_MM_USE_DEFAULT=1 \
|
||||
$(2) \
|
||||
$(PERL_CMD) -MConfig -e '$$$${tied %Config::Config}{cpprun}="$(GNU_TARGET_NAME)-cpp -E"; do "Makefile.PL"' \
|
||||
$(PERL_CMD) -MConfig -e '$$$${tied %Config::Config}{cpprun}="$(GNU_TARGET_NAME)-cpp -E"; do "./Makefile.PL"' \
|
||||
$(1) \
|
||||
AR=ar \
|
||||
CC=$(GNU_TARGET_NAME)-gcc \
|
||||
|
||||
Reference in New Issue
Block a user