aubio: Explicitly disable jack for static builds

Prevents issues arising with existing jack shared libraries that are already installed to static directories.
This commit is contained in:
Timothy Gu 2016-01-06 17:08:24 -08:00
parent fbbf762bd7
commit a39897c281
1 changed files with 1 additions and 1 deletions

View File

@ -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