summaryrefslogtreecommitdiffstats
path: root/src/libsamplerate.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-01-02 10:29:26 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-01-02 10:29:26 (GMT)
commit01e5df4ef16e72138d1c6a0e9e94548870a78633 (patch)
treeed39b51fc3bfd8d1f2fd4c1d97ffca00d48b39a3 /src/libsamplerate.mk
parent3876164af3a70a5a2dc3b8fabeeab535490e012e (diff)
parent943924d4fb7bf1b9d86ee7d130260c0c4ef2f22a (diff)
downloadmxe-01e5df4ef16e72138d1c6a0e9e94548870a78633.zip
mxe-01e5df4ef16e72138d1c6a0e9e94548870a78633.tar.gz
mxe-01e5df4ef16e72138d1c6a0e9e94548870a78633.tar.bz2
merge
Diffstat (limited to 'src/libsamplerate.mk')
-rw-r--r--src/libsamplerate.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libsamplerate.mk b/src/libsamplerate.mk
index 5b0c5a5..52e8370 100644
--- a/src/libsamplerate.mk
+++ b/src/libsamplerate.mk
@@ -4,8 +4,8 @@
# libsamplerate
PKG := libsamplerate
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.1.7
-$(PKG)_CHECKSUM := f3f803ec5feae5a3fdb0fa3937277669e854386e
+$(PKG)_VERSION := 0.1.8
+$(PKG)_CHECKSUM := e5fe82c4786be2fa33ca6bd4897db4868347fe70
$(PKG)_SUBDIR := libsamplerate-$($(PKG)_VERSION)
$(PKG)_FILE := libsamplerate-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.mega-nerd.com/SRC/
@@ -21,10 +21,9 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- # wine confuses the cross-compiling detection, so set it explicitly
- #$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=