From: Florian Boor Date: Fri, 19 Oct 2007 17:04:30 +0000 (+0000) Subject: linphone: Make sure 1.5.0 does not use -Werror which is going to break. X-Git-Tag: Release-2010-05/1~8518^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8847985657a073f785a671b0cdabb6bbdc288db5;p=openembedded.git linphone: Make sure 1.5.0 does not use -Werror which is going to break. --- diff --git a/packages/gpephone/linphone_1.5.0.bb b/packages/gpephone/linphone_1.5.0.bb index 92e08e6183..5ce1c0b58c 100644 --- a/packages/gpephone/linphone_1.5.0.bb +++ b/packages/gpephone/linphone_1.5.0.bb @@ -3,7 +3,7 @@ DESCRIPTION = "SIP-based IP phone" HOMEPAGE = "http://www.linphone.org/?lang=us" LICENSE = "GPLv2" DEPENDS = "libosip2 speex libogg alsa-lib readline" -PR = "r1" +PR = "r2" SRC_URI = "http://download.savannah.nongnu.org/releases/linphone/1.5.x/source/linphone-${PV}.tar.gz \ file://linphone-1.5.0.patch;patch=1 \ @@ -18,7 +18,7 @@ EXTRA_OECONF = "--disable-gnome_ui --disable-gtk-doc --without-ffmpeg \ --with-osip=${STAGING_DIR}/${HOST_SYS} \ --with-readline=${STAGING_DIR}/${HOST_SYS} \ --disable-truespeech --disable-manual \ - --disable-glibtest --disable-glib" + --disable-glibtest --disable-glib --disable-strict" do_configure () { export LIBTOOL="${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool"