lang/perl: Build just miniperl for host-perl

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2014-07-04 20:21:52 +02:00
parent 416d887a0f
commit 2099878035
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ define Build/perl/Configure
@echo
@echo "===> Stage 2: Build host perl binary with static extensions"
@echo
$(MAKE) -C $(PKG_BUILD_DIR)/host-perl
$(MAKE) -C $(PKG_BUILD_DIR)/host-perl miniperl
@echo
@echo "===> Stage 3: Configure target perl"