[Buildroot] [PATCH] perl: fix warnings at runtime

Francois Perrad fperrad at gmail.com
Sun Aug 10 18:17:25 UTC 2014


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 at gadz.org>
---
 package/perl/perl.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index e01570e..01e0166 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
-- 
1.9.1



More information about the buildroot mailing list