Browse Source

perl: Allow changing the default directory for perlmod/Configure

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 9 years ago
parent
commit
c6d65000d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl/perlmod.mk

+ 1
- 1
lang/perl/perlmod.mk View File

@ -52,7 +52,7 @@ define perlmod/host/Install
endef
define perlmod/Configure
(cd $(PKG_BUILD_DIR); \
(cd $(if $(3),$(3),$(PKG_BUILD_DIR)); \
PERL_MM_USE_DEFAULT=1 \
$(2) \
$(PERL_CMD) Makefile.PL \


Loading…
Cancel
Save