summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-04-10 02:26:36 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-04-10 02:26:36 (GMT)
commit92cfdac2f405b12442615c1df5474740648bb108 (patch)
treea658b6e7b00c23818c17cf516afaf9f776036214 /src/aubio.mk
parent4611858b186d3c2b7d215a02e72d4d3d3340c110 (diff)
downloadmxe-92cfdac2f405b12442615c1df5474740648bb108.zip
mxe-92cfdac2f405b12442615c1df5474740648bb108.tar.gz
mxe-92cfdac2f405b12442615c1df5474740648bb108.tar.bz2
bugfix: disable Python bindings of package aubio (by Tony Theodore)
Diffstat (limited to 'src/aubio.mk')
-rw-r--r--src/aubio.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/aubio.mk b/src/aubio.mk
index 5db9829..9eef489 100644
--- a/src/aubio.mk
+++ b/src/aubio.mk
@@ -24,7 +24,8 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--disable-shared \
--disable-jack \
- --prefix='$(PREFIX)/$(TARGET)'
+ --prefix='$(PREFIX)/$(TARGET)' \
+ PYTHON='no'
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef