summaryrefslogtreecommitdiffstats
path: root/src/vorbis.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/vorbis.mk')
-rw-r--r--src/vorbis.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vorbis.mk b/src/vorbis.mk
index 6d8466f..9268650 100644
--- a/src/vorbis.mk
+++ b/src/vorbis.mk
@@ -3,7 +3,7 @@
PKG := vorbis
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 4b089ace4c8420c479b2fde9c5b01588cf86c959
+$(PKG)_CHECKSUM := 8dae60349292ed76db0e490dc5ee51088a84518b
$(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION)
$(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)
@@ -18,6 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
PKG_CONFIG='$(TARGET)-pkg-config'