git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
4d2c124
4e3ae81
)
Merge pull request #2463 from jefferyto/host-python-with-system-ffi
author
Hannu Nyman
<redacted>
Sun, 6 Mar 2016 18:25:19 +0000
(20:25 +0200)
committer
Hannu Nyman
<redacted>
Sun, 6 Mar 2016 18:25:19 +0000
(20:25 +0200)
python: use external libffi for host python
1
2
lang/python/Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
lang/python/Makefile
index 5b60c671400a68225bd6a58fca038491d85a641c,295a3c23d06418cc0ecfc30f18397661a54d5077..20442b3991884e4447d2bc53c2b5de0ccadc93ca
---
1
/
lang/python/Makefile
---
2
/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@@
-221,7
-221,9
+221,8
@@@
HOST_CONFIGURE_ARGS+=
--without-cxx-main \
--without-pymalloc \
--with-threads \
- --prefix=$(STAGING_DIR)/host/usr \
--with-system-expat=$(STAGING_DIR)/host \
+ --with-system-ffi="$(STAGING_DIR)/host" \
--with-ensurepip=upgrade \
CONFIG_SITE= \
CFLAGS="$(HOST_CFLAGS)"
git clone https://git.99rst.org/PROJECT