This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
perl: Allow changing the default directory for perlmod/Compile
Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia
10 years ago
parent
828800508d
commit
3f7e3977a5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lang/perl/perlmod.mk
+ 1
- 1
lang/perl/perlmod.mk
View File
@ -108,7 +108,7 @@ endef
d
e
f
i
n
e
p
e
r
l
m
o
d
/
C
o
m
p
i
l
e
PERL5LIB
=
$(
PERL_LIB
)
\
$(
2
)
\
$(
MAKE
)
-C
$(
PKG_BUILD_DIR
)
\
$(
MAKE
)
-C
$(
if
$(
3
)
,
$(
3
)
,
$(
PKG_BUILD_DIR
)
)
\
$(
1
)
\
install
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save