aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk/asterisk-1.2.9.1
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asterisk/asterisk-1.2.9.1')
-rw-r--r--packages/asterisk/asterisk-1.2.9.1/asterisk.patch9
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}