diff options
-rw-r--r-- | package/pkg-perl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkg-perl.mk b/package/pkg-perl.mk index a027810156..4b20598031 100644 --- a/package/pkg-perl.mk +++ b/package/pkg-perl.mk @@ -20,7 +20,7 @@ ################################################################################ PERL_ARCHNAME = $(ARCH)-linux -PERL_RUN = PERL5LIB= $(HOST_DIR)/usr/bin/perl +PERL_RUN = PERL5LIB= PERL_USE_UNSAFE_INC=1 $(HOST_DIR)/usr/bin/perl ################################################################################ # inner-perl-package -- defines how the configuration, compilation and |