summaryrefslogtreecommitdiffstats
path: root/src/libshout.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libshout.mk')
-rw-r--r--src/libshout.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libshout.mk b/src/libshout.mk
index f6c9686..807e337 100644
--- a/src/libshout.mk
+++ b/src/libshout.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://downloads.us.xiph.org/releases/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc vorbis ogg theora speex
define $(PKG)_UPDATE
- wget -q -O- 'http://www.icecast.org/download.php' | \
+ $(WGET) -q -O- 'http://www.icecast.org/download.php' | \
$(SED) -n 's,.*libshout-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef