summaryrefslogtreecommitdiffstats
path: root/package/perl
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-08-10 20:17:25 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-11 23:01:38 +0200
commitd70f19ee93e573ccfec08cb594d9c44aab7b6fa2 (patch)
tree61de4584ff5623cda4d5535901c5f9b8ed949b1d /package/perl
parentbf3d9840d7843cdb49a6baff7090a413c3ac4d6f (diff)
downloadbuildroot-d70f19ee93e573ccfec08cb594d9c44aab7b6fa2.tar.gz
buildroot-d70f19ee93e573ccfec08cb594d9c44aab7b6fa2.zip
perl: fix warnings at runtime
autosplit.ix files are used by AutoLoader.pm Can't locate auto/Net/SSLeay/autosplit.ix in @INC (@INC contains: /usr/lib/perl5/site_perl/5.18.2/arm-linux /usr/lib/perl5/site_perl/5.18.2 /usr/lib/perl5/5.18.2/arm-linux /usr/lib/perl5/5.18.2 .) at /usr/lib/perl5/5.18.2/AutoLoader.pm line 181. at /usr/lib/perl5/site_perl/5.18.2/arm-linux/Net/SSLeay.pm line 24. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/perl')
-rw-r--r--package/perl/perl.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index e01570ea7d..01e0166eb4 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -129,7 +129,6 @@ define PERL_FINALIZE_TARGET
find $(TARGET_DIR)/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f
find $(TARGET_DIR)/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f
find $(TARGET_DIR)/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f
- find $(TARGET_DIR)/usr/lib/perl5/ -name 'autosplit.ix' -print0 | xargs -0 rm -f
endef
TARGET_FINALIZE_HOOKS += PERL_FINALIZE_TARGET
OpenPOWER on IntegriCloud