summaryrefslogtreecommitdiffstats
path: root/package/perl/perl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/perl/perl.mk')
-rw-r--r--package/perl/perl.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index afa908343c..93efc57527 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -69,10 +69,6 @@ ifeq ($(BR2_STATIC_LIBS),y)
PERL_CONF_OPTS += --all-static --no-dynaloader
endif
-ifneq ($(BR2_LARGEFILE),y)
-PERL_CONF_OPTS += -Uuselargefiles
-endif
-
PERL_MODULES = $(call qstrip,$(BR2_PACKAGE_PERL_MODULES))
ifneq ($(PERL_MODULES),)
PERL_CONF_OPTS += --only-mod=$(subst $(space),$(comma),$(PERL_MODULES))
OpenPOWER on IntegriCloud