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
python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS
Fixes some build issues. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
parent
efcfca9631
commit
dd4cca5d26
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
lang/python/Makefile
+ 3
- 1
lang/python/Makefile
View File
@ -159,7 +159,9 @@ HOST_CONFIGURE_ARGS+= \
--without-cxx-main
\
--without-pymalloc
\
--with-threads
\
--prefix
=
$(
STAGING_DIR_HOST
)
--prefix
=
$(
STAGING_DIR_HOST
)
\
CONFIG_SITE
=
\
OPT
=
"
$(
HOST_CFLAGS
)
"
d
e
f
i
n
e
H
o
s
t
/
I
n
s
t
a
l
l
$(
INSTALL_DIR
)
$(
STAGING_DIR_HOST
)
/bin/
Write
Preview
Loading…
Cancel
Save