summaryrefslogtreecommitdiff
path: root/package/python
diff options
context:
space:
mode:
authorZoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>2015-01-08 11:49:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-10 15:59:45 +0100
commit9c335f1838ec368840ca8292eb3b6c23b5f9907d (patch)
tree8df21b5ce8f434dcf43b3b92c2d80b69a137b565 /package/python
parent1ad8036ef2a07884ceef6ca13f2fc13194916ee0 (diff)
python: disable building ossaudiodev module for host-python
This module is not needed to build the target Python, and can cause some build issues on certain systems (when <linux/soundcard.h> does not contain the OSS related definitions). Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python')
-rw-r--r--package/python/python.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python/python.mk b/package/python/python.mk
index 45b1f7f47..bf063e950 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -33,6 +33,7 @@ HOST_PYTHON_CONF_OPTS += \
--disable-test-modules \
--disable-bz2 \
--disable-ssl \
+ --disable-ossaudiodev \
--disable-pyo-build
# Make sure that LD_LIBRARY_PATH overrides -rpath.