projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efcfca9
)
python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Sun, 9 Nov 2014 11:10:12 +0000
(13:10 +0200)
committer
Alexandru Ardelean
<ardeleanalex@gmail.com>
Sun, 9 Nov 2014 15:32:23 +0000
(17:32 +0200)
Fixes some build issues.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index d7691a7dc3be53a19c57a18a129d4f2b68b3f9ef..058197688cd4121eebcdc01b64c784fc81f57bb0 100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-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)"
define Host/Install
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/