summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/aubio.mk')
-rw-r--r--src/aubio.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/aubio.mk b/src/aubio.mk
index 27f2f68..df05acb 100644
--- a/src/aubio.mk
+++ b/src/aubio.mk
@@ -29,7 +29,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
@@ -37,10 +37,6 @@ define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(BUILD)/bin/waf' build install
- # It is not trivial to adjust the installation in waf-based builds
- $(if $(BUILD_STATIC), \
- $(INSTALL) -m644 '$(1)/build/src/libaubio.a' '$(PREFIX)/$(TARGET)/lib')
-
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-aubio.exe' \