From: Zoltan Gyarmati Date: Thu, 8 Jan 2015 10:49:28 +0000 (+0100) Subject: python: disable building ossaudiodev module for host-python X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c335f1838ec368840ca8292eb3b6c23b5f9907d;p=buildroot.git 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 does not contain the OSS related definitions). Signed-off-by: Zoltan Gyarmati Signed-off-by: Thomas Petazzoni --- diff --git a/package/python/python.mk b/package/python/python.mk index 45b1f7f477..bf063e9506 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.