From e2c21dd03e415d99a336b21341b78842d39e39f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 24 Apr 2020 18:38:05 +0100 Subject: vars/python3_host.vars: explicitly disable `ossaudiodev' module given presence of oss4-dev host package (via JL2210.) --- vars/python3_host.vars | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vars') diff --git a/vars/python3_host.vars b/vars/python3_host.vars index 014f0184..547d40f6 100644 --- a/vars/python3_host.vars +++ b/vars/python3_host.vars @@ -13,6 +13,9 @@ cfgtest_ldflags_append "-L$mb_prefix/lib"' "../sbpython3/project/config/cfgdefs. || ! sed -i"" '/^PYCOMPILE_CFLAGS.*+= -std=c99/a\ PYCOMPILE_CFLAGS += -I'"${PREFIX}"'/include ' "../sbpython3/project/pycompile.mk"\ + || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython3/project/variants/3.6.3/pyexts.mk\ + || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython3/project/variants/3.7.1/pyexts.mk\ + || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython3/project/variants/3.7.2/pyexts.mk\ || ! ex_pkg_state_set "${PKG_NAME}" "fetch_download" "-fetch_extract"; then return 1; fi; -- cgit v1.2.3