icecast: added --disable-yp (otherwise it will try to use curl but for
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Tue, 27 Jun 2006 21:02:11 +0000 (21:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 27 Jun 2006 21:02:11 +0000 (21:02 +0000)
a cross build this breaks configure)

packages/icecast/icecast_2.2.0.bb

index 7b6ba73..7322af3 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r3"
+PR = "r4"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
 LICENSE = "GPL-2"
 
@@ -9,7 +9,9 @@ DEPENDS = "libvorbis libogg libxslt"
 RDEPENDS = "libvorbis libogg libxslt"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
-EXTRA_OECONF = "--with-ogg=${STAGING_LIBDIR} --with-vorbis=${STAGING_LIBDIR}"
+
+# disable yp as curl cannot be configured
+EXTRA_OECONF = "--disable-yp --with-ogg=${STAGING_LIBDIR} --with-vorbis=${STAGING_LIBDIR}"
 
 S = "${WORKDIR}/${PN}-${PV}"
 inherit autotools