From b0b1afee5abc1d84d574cbe94f3a22f332b1d344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 24 Apr 2020 17:01:54 +0100 Subject: vars/python2_host.vars: explicitly disable `ossaudiodev' module given presence of oss4-dev host package (via JL2210.) --- vars/python2_host.vars | 1 + 1 file changed, 1 insertion(+) (limited to 'vars') 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; -- cgit v1.2.3