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
Merge pull request
#2381
from jefferyto/python-host-inc-dir-fix
python: fix HOST_PYTHON_INC_DIR path
lilik-openwrt-22.03
Hannu Nyman
9 years ago
parent
46887824ab
2140d8f6d2
commit
5aec3d9f48
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lang/python/Makefile
+1
-1
lang/python/files/python-host.mk
+ 1
- 1
lang/python/Makefile
View File
@ -12,7 +12,7 @@ include ./files/python-package.mk
PKG_NAME
:=
python
PKG_VERSION
:=
$(
PYTHON_VERSION
)
.
$(
PYTHON_VERSION_MICRO
)
PKG_RELEASE
:=
3
PKG_RELEASE
:=
4
PKG_SOURCE
:=
Python-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
https://www.python.org/ftp/python/
$(
PKG_VERSION
)
+ 1
- 1
lang/python/files/python-host.mk
View File
@ -5,7 +5,7 @@
# See /LICENSE for more information.
#
HOST_PYTHON_INC_DIR
:=
$(
STAGING_DIR
)
/host/include/python
$(
PYTHON_VERSION
)
HOST_PYTHON_INC_DIR
:=
$(
STAGING_DIR
)
/host/
usr/
include/python
$(
PYTHON_VERSION
)
HOST_PYTHON_PKG_DIR
:=
/usr/lib/python
$(
PYTHON_VERSION
)
/site-packages
Write
Preview
Loading…
Cancel
Save