summaryrefslogtreecommitdiffstats
path: root/icecast
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-09-16 15:55:02 +0000
committer Eric Hameleers <alien@slackware.com>2010-09-16 15:55:02 +0000
commitbbf8813002f0759b54a9b3f5ad1935b3b61feb63 (patch)
treeb408808f8d370680f20649eee7735da809e54ddc /icecast
parentd9b5294a85119eee99efdc48ed2385cb9b9ef227 (diff)
downloadasb-bbf8813002f0759b54a9b3f5ad1935b3b61feb63.tar.gz
asb-bbf8813002f0759b54a9b3f5ad1935b3b61feb63.tar.xz
Disable faad (useless) and flac (link errors)
Diffstat (limited to 'icecast')
-rwxr-xr-xicecast/build/ices.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/icecast/build/ices.SlackBuild b/icecast/build/ices.SlackBuild
index 6f39d23c..3b4bcc7d 100755
--- a/icecast/build/ices.SlackBuild
+++ b/icecast/build/ices.SlackBuild
@@ -28,7 +28,7 @@
# For: ices
# Descr: mp3 source client for the icecast streaming media server
# URL: http://icecast.org/
-# Needs: faad2, libshout2, lame
+# Needs: libshout, lame
# Changelog:
# 0.4-1: 20/oct/2004 by Eric Hameleers
# * Initial build.
@@ -170,6 +170,7 @@ CFLAGS="$SLKCFLAGS" \
--with-docdir=/usr/doc/$PRGNAM-$VERSION \
--with-perl --with-python \
--with-lame --with-vorbis \
+ --without-flac --without-faad \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \