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: create the Host install path before using it
this caused a compile fail on the BB builder Signed-off-by: John Crispin <blogic@openwrt.org>
lilik-openwrt-22.03
John Crispin
10 years ago
parent
17e72366dd
commit
1881ab2550
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lang/perl/Makefile
+ 1
- 0
lang/perl/Makefile
View File
@ -70,6 +70,7 @@ endef
d
e
f
i
n
e
H
o
s
t
/
I
n
s
t
a
l
l
(
cd
$(
HOST_BUILD_DIR
)
;
./miniperl installperl
)
$(
INSTALL_DIR
)
$(
HOST_PERL_PREFIX
)
/bin/
$(
CP
)
$(
HOST_BUILD_DIR
)
/generate_uudmap
$(
HOST_PERL_PREFIX
)
/bin/
# Link any possibly installed static extension in
Write
Preview
Loading…
Cancel
Save