summaryrefslogtreecommitdiffhomepage
path: root/vars/python2_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/python2_host.vars')
-rw-r--r--vars/python2_host.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/python2_host.vars b/vars/python2_host.vars
index 266b6663..00fe3790 100644
--- a/vars/python2_host.vars
+++ b/vars/python2_host.vars
@@ -13,6 +13,7 @@ cfgtest_ldflags_append "-L$mb_prefix/lib"' "../sbpython2/project/config/cfgdefs.
|| ! sed -i"" '/^PYCOMPILE_CFLAGS.*+= -std=c99/a\
PYCOMPILE_CFLAGS += -I'"${PREFIX}"'/include
' "../sbpython2/project/pycompile.mk"\
+ || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython2/project/pyexts.mk\
|| ! ex_pkg_state_set "${PKG_NAME}" "fetch_download" "-fetch_extract"; then
return 1;
fi;