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:
56ff32f
)
python: change _PYTHON_HOST_PLATFORM to linux2
author
Alexandru Ardelean
<
[email protected]
>
Thu, 8 Jan 2015 10:43:34 +0000
(12:43 +0200)
committer
Alexandru Ardelean
<
[email protected]
>
Sun, 11 Jan 2015 18:15:13 +0000
(20:15 +0200)
Signed-off-by: Alexandru Ardelean <
[email protected]
>
lang/python/files/python-package.mk
patch
|
blob
|
history
diff --git
a/lang/python/files/python-package.mk
b/lang/python/files/python-package.mk
index 19e0b9b612ea4d9aa81711bc6c555785d8e6027d..c8cbcda57005aa986938ff8d3800a9850dbdd668 100644
(file)
--- a/
lang/python/files/python-package.mk
+++ b/
lang/python/files/python-package.mk
@@
-98,7
+98,7
@@
define Build/Compile/PyMod
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="$(TARGET_CPPFLAGS) -I$(PYTHON_INC_DIR)" \
LDFLAGS="$(TARGET_LDFLAGS) -lpython$(PYTHON_VERSION)" \
- _PYTHON_HOST_PLATFORM=
"linux-$(ARCH)"
\
+ _PYTHON_HOST_PLATFORM=
linux2
\
__PYVENV_LAUNCHER__="/usr/bin/$(PYTHON)" \
$(3) \
, \