diff src/libshout.mk @ 2536:3cdb83ce7351

update package libshout
author Mark Brand <mabrand@mabrand.nl>
date Sun, 20 May 2012 23:13:14 +0200
parents 4d0f3a9da57e
children a6d192cd0f73
line wrap: on
line diff
--- a/src/libshout.mk	Sat May 19 09:57:21 2012 +0200
+++ b/src/libshout.mk	Sun May 20 23:13:14 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := libshout
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := cabc409e63f55383f4d85fac26d3056bf0365aac
+$(PKG)_CHECKSUM := a6f26441ec27b6f9b55fba38b99bd1d7ca17fecf
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://downloads.us.xiph.org/releases/$(PKG)/$($(PKG)_FILE)
@@ -18,9 +18,9 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-shared \
-        --disable-debug \
         --disable-thread \
         --infodir='$(1)/sink' \
         --mandir='$(1)/sink'