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
lang/perl: Build relocatable host perl
Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia
10 years ago
parent
2bc4222ffb
commit
62b042909d
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/Makefile
+ 1
- 1
lang/perl/Makefile
View File
@ -60,7 +60,7 @@ endef
# Static host perl
d
e
f
i
n
e
H
o
s
t
/
C
o
n
f
i
g
u
r
e
(
cd
$(
HOST_BUILD_DIR
)
;
./Configure -der -Uusedl -Dprefix
=
$(
HOST_PERL_PREFIX
)
)
(
cd
$(
HOST_BUILD_DIR
)
;
./Configure -der -Uusedl -D
userelocatableinc -D
prefix
=
$(
HOST_PERL_PREFIX
)
)
e
n
d
e
f
d
e
f
i
n
e
H
o
s
t
/
I
n
s
t
a
l
l
Write
Preview
Loading…
Cancel
Save