From 227c15248da52675216ce2531e969e9709b239c0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 23 Mar 2011 17:50:01 +0000 Subject: [PATCH] [packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC (#9111) SVN-Revision: 26277 --- lang/perl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/perl/Makefile b/lang/perl/Makefile index 68d7e79b99..dd0fc06d88 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -87,7 +87,7 @@ define Build/perl/Configure @echo "===> Stage 1: Configure host perl" @echo mkdir -p $(PKG_BUILD_DIR)/host-perl - (cd $(PKG_BUILD_DIR)/host-perl && sh ../Configure -der -Dmksymlinks -Uusedl) + (cd $(PKG_BUILD_DIR)/host-perl && sh ../Configure -der -Dmksymlinks -Uusedl -Dotherlibdirs=$(PERL_LIB)) @echo @echo "===> Stage 2: Build host perl binary with static extensions" -- 2.30.2