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: Unify host and target build directories
Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia
10 years ago
parent
505bf74aa3
commit
d98f1cc781
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
@ -28,6 +28,7 @@ PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
# Build settings
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/perl/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
HOST_BUILD_DIR
:=
$(
BUILD_DIR_HOST
)
/perl/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_INSTALL
:=
1
PKG_BUILD_DEPENDS
:=
perl/host
PKG_BUILD_PARALLEL
:=
1
Write
Preview
Loading…
Cancel
Save