summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-07 01:08:24 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2016-01-07 01:08:24 (GMT)
commita39897c2810cabac4bc0a35102f3633d2a8d5065 (patch)
treec4d2501437782c4cd4846942b8c9883894acc500 /src/aubio.mk
parentfbbf762bd7ff144bfabc1e225617b89b472998f3 (diff)
downloadmxe-a39897c2810cabac4bc0a35102f3633d2a8d5065.zip
mxe-a39897c2810cabac4bc0a35102f3633d2a8d5065.tar.gz
mxe-a39897c2810cabac4bc0a35102f3633d2a8d5065.tar.bz2
aubio: Explicitly disable jack for static builds
Prevents issues arising with existing jack shared libraries that are already installed to static directories.
Diffstat (limited to 'src/aubio.mk')
-rw-r--r--src/aubio.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aubio.mk b/src/aubio.mk
index ec1bbf4..86970ac 100644
--- a/src/aubio.mk
+++ b/src/aubio.mk
@@ -27,7 +27,7 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--enable-fftw3f \
$(if $(BUILD_STATIC), \
- --enable-static --disable-shared, \
+ --enable-static --disable-shared --disable-jack, \
--disable-static --enable-shared)
# disable txt2man and doxygen