perl: Allow changing the default directory for perlmod/Compile

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2015-05-02 16:47:03 +02:00
parent 828800508d
commit 3f7e3977a5

View file

@ -108,7 +108,7 @@ endef
define perlmod/Compile
PERL5LIB=$(PERL_LIB) \
$(2) \
$(MAKE) -C $(PKG_BUILD_DIR) \
$(MAKE) -C $(if $(3),$(3),$(PKG_BUILD_DIR)) \
$(1) \
install
endef