summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.2.9.1/asterisk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asterisk/asterisk-1.2.9.1/asterisk.patch')
-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 627738727e..5a5882d2ce 100644
--- a/packages/asterisk/asterisk-1.2.9.1/asterisk.patch
+++ b/packages/asterisk/asterisk-1.2.9.1/asterisk.patch
@@ -154,6 +154,15 @@
ifneq ($(wildcard .depend),)
include .depend
+@@ -215,7 +215,7 @@
+ chan_alsa.o: $(ALSA_SRC)
+
+ chan_alsa.so: chan_alsa.o
+- $(CC) $(SOLINK) -o $@ $< -lasound -lm -ldl
++ $(CC) $(SOLINK) -o $@ $< -lasound -lm -ldl $(LDFLAGS)
+
+ chan_nbs.so: chan_nbs.o
+ $(CC) $(SOLINK) -o $@ $< -lnbs
--- asterisk-1.2.9.1/pbx/Makefile~asterisk
+++ asterisk-1.2.9.1/pbx/Makefile
@@ -59,7 +59,7 @@