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: drop CFLAGS in HOST_CONFIGURE_ARGS ; it's already in HOST_CONFIGURE_VARS
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
8 years ago
parent
ed5cd3e2ce
commit
3bfdf6797b
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
lang/python/Makefile
+ 1
- 2
lang/python/Makefile
View File
@ -237,8 +237,7 @@ HOST_CONFIGURE_ARGS+= \
--exec-prefix
=
$(
HOST_PYTHON_DIR
)
\
--with-system-expat
=
$(
STAGING_DIR_HOSTPKG
)
\
--with-system-ffi
\
CONFIG_SITE
=
\
CFLAGS
=
"
$(
HOST_CFLAGS
)
"
CONFIG_SITE
=
d
e
f
i
n
e
H
o
s
t
/
I
n
s
t
a
l
l
$(
MAKE
)
-C
$(
HOST_BUILD_DIR
)
install
Write
Preview
Loading…
Cancel
Save