[packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC (#9111)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26277 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-03-23 17:50:01 +00:00
parent 9d1b10b795
commit d8dc1eb62d

View File

@ -87,7 +87,7 @@ define Build/perl/Configure
@echo "===> Stage 1: Configure host perl" @echo "===> Stage 1: Configure host perl"
@echo @echo
mkdir -p $(PKG_BUILD_DIR)/host-perl 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
@echo "===> Stage 2: Build host perl binary with static extensions" @echo "===> Stage 2: Build host perl binary with static extensions"