From: Frans Meulenbroeks Date: Mon, 12 Jun 2006 17:59:45 +0000 (+0000) Subject: asterisk_1.2.9.1: added patch and dependency for popt X-Git-Tag: Release-2010-05/1~9453^2~1462 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4ac051f2d6764d53f4f7674e9a7bb6f7f59d69;p=openembedded.git asterisk_1.2.9.1: added patch and dependency for popt --- diff --git a/packages/asterisk/asterisk-1.2.9.1/asterisk.patch b/packages/asterisk/asterisk-1.2.9.1/asterisk.patch index 4f65938a11..9e93f9d5d7 100644 --- a/packages/asterisk/asterisk-1.2.9.1/asterisk.patch +++ b/packages/asterisk/asterisk-1.2.9.1/asterisk.patch @@ -210,3 +210,12 @@ TARGET+=astman endif +@@ -64,7 +64,7 @@ + $(CC) $(CFLAGS) -o $@ $^ + + smsq: smsq.o +- $(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt ++ $(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt $(LDFLAGS) + + streamplayer: streamplayer.o + $(CC) $(CFLAGS) -o streamplayer ${SOL} streamplayer.o ${SOLLIBS} diff --git a/packages/asterisk/asterisk_1.2.9.1.bb b/packages/asterisk/asterisk_1.2.9.1.bb index 4a57b8e71f..b08e178388 100644 --- a/packages/asterisk/asterisk_1.2.9.1.bb +++ b/packages/asterisk/asterisk_1.2.9.1.bb @@ -1,8 +1,8 @@ DESCRIPTION="The Asterisk open source software PBX" HOMEPAGE="www.asterisk.org" LICENSE="GPL" -DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis" -PR = "r3" +DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis popt" +PR = "r4" SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \ file://asterisk.patch;patch=1"