mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04:00
lang/perl: Update paths in perlmod.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
#
|
||||
|
||||
# Build environment
|
||||
PERL_CMD := $(STAGING_DIR)/usr/bin/perl
|
||||
HOST_PERL_PREFIX:=$(STAGING_DIR_HOST)/usr
|
||||
PERL_CMD:=$(STAGING_DIR_HOST)/usr/bin/perl5.20.0
|
||||
|
||||
# Module install prefix
|
||||
PERL_SITELIB := /usr/lib/perl5/5.20
|
||||
PERL_SITELIB:=/usr/lib/perl5/5.20
|
||||
|
||||
define perlmod/Configure
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
|
||||
Reference in New Issue
Block a user