Browse Source

lang/perl: Build just miniperl for host-perl

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 10 years ago
parent
commit
2099878035
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl/Makefile

+ 1
- 1
lang/perl/Makefile 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"


Loading…
Cancel
Save