diff options
| author | Jo-Philipp Wich | 2011-03-23 17:50:01 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2011-03-23 17:50:01 +0000 |
| commit | 227c15248da52675216ce2531e969e9709b239c0 (patch) | |
| tree | 50e60219b68af8e78e30311ac9c0c0f33a1327c6 | |
| parent | 0e8d83a1c77049258df78fb24b0a7f49d17a2f47 (diff) | |
| download | archive-227c15248da52675216ce2531e969e9709b239c0.tar.gz | |
[packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC (#9111)
SVN-Revision: 26277
| -rw-r--r-- | lang/perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |