From: Jo-Philipp Wich Date: Wed, 23 Mar 2011 17:50:01 +0000 (+0000) Subject: [packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=227c15248da52675216ce2531e969e9709b239c0;p=openwrt%2Fsvn-archive%2Farchive.git [packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC (#9111) SVN-Revision: 26277 --- 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"