summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-08 20:39:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-08 20:39:51 (GMT)
commitfb96d34daf6bc0a559fc7a314c647d54b3860916 (patch)
tree5abaa201647eb96fa7f983f9368620332886d9fb /src/aubio.mk
parent7bbec34485e49e0365595ef0d778f0fbc7fbecac (diff)
downloadmxe-fb96d34daf6bc0a559fc7a314c647d54b3860916.zip
mxe-fb96d34daf6bc0a559fc7a314c647d54b3860916.tar.gz
mxe-fb96d34daf6bc0a559fc7a314c647d54b3860916.tar.bz2
aubio: fix lib install and jack dependency
Diffstat (limited to 'src/aubio.mk')
-rw-r--r--src/aubio.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/aubio.mk b/src/aubio.mk
index a29c320..f6b6c0c 100644
--- a/src/aubio.mk
+++ b/src/aubio.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := aa0d31c58deb92ab03edfc417d903f50f78444d0
$(PKG)_SUBDIR := aubio-$($(PKG)_VERSION)
$(PKG)_FILE := aubio-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.aubio.org/pub/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc ffmpeg fftw libsamplerate libsndfile
+$(PKG)_DEPS := gcc ffmpeg fftw jack libsamplerate libsndfile
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.aubio.org/download' | \
@@ -30,10 +30,9 @@ define $(PKG)_BUILD
--enable-static --disable-shared, \
--disable-static --enable-shared)
- # It is not trivial to adjust the installation path for the DLL in the
- # waf-based build system. Adjust it here.
- $(if $(BUILD_SHARED), \
- mv '$(PREFIX)/$(TARGET)/lib/libaubio-4.dll' '$(PREFIX)/$(TARGET)/bin')
+ # 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 \