[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:
parent
9d1b10b795
commit
d8dc1eb62d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user