asterisk_1.2.9.1: added patch and dependency for popt
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Mon, 12 Jun 2006 17:59:45 +0000 (17:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 12 Jun 2006 17:59:45 +0000 (17:59 +0000)
packages/asterisk/asterisk-1.2.9.1/asterisk.patch
packages/asterisk/asterisk_1.2.9.1.bb

index 4f65938..9e93f9d 100644 (file)
    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}
index 4a57b8e..b08e178 100644 (file)
@@ -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"