diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-06-12 17:59:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-12 17:59:45 +0000 |
commit | 8a4ac051f2d6764d53f4f7674e9a7bb6f7f59d69 (patch) | |
tree | 3fbb09270b3eb385359917b7c18929baf21cfdd7 /packages/asterisk/asterisk-1.2.9.1 | |
parent | 29b7baee5177b23d883d8273e0d723cab3b2106c (diff) |
asterisk_1.2.9.1: added patch and dependency for popt
Diffstat (limited to 'packages/asterisk/asterisk-1.2.9.1')
-rw-r--r-- | packages/asterisk/asterisk-1.2.9.1/asterisk.patch | 9 |
1 files changed, 9 insertions, 0 deletions
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} |