summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.2.23/enable-speex.patch
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-07-26 13:54:30 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-07-26 13:54:30 +0000
commitf03685ab6480294ba673f9aff7fc7d66839392f0 (patch)
treee371428d30b078e2ebc3a0577d003bdfef0d8351 /packages/asterisk/asterisk-1.2.23/enable-speex.patch
parent0b76fcd34931913aaa1ce37b010eb205acd8019b (diff)
packages/asterisk/asterisk-1.2.23 : Add asterisk 1.2.23 which has some
vulnerability fixes
Diffstat (limited to 'packages/asterisk/asterisk-1.2.23/enable-speex.patch')
-rw-r--r--packages/asterisk/asterisk-1.2.23/enable-speex.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.2.23/enable-speex.patch b/packages/asterisk/asterisk-1.2.23/enable-speex.patch
new file mode 100644
index 0000000000..0f5c578bd9
--- /dev/null
+++ b/packages/asterisk/asterisk-1.2.23/enable-speex.patch
@@ -0,0 +1,21 @@
+--- /codecs/orig-Makefile 2005-11-29 13:24:39.000000000 -0500
++++ /codecs/Makefile 2007-02-28 09:54:42.000000000 -0500
+@@ -29,7 +29,7 @@
+ endif
+
+ UI_SPEEX=$(wildcard $(CROSS_COMPILE_TARGET)/usr/include/speex.h)
+-UIS_SPEEX=$(wildcard $(CROSS_COMPILE_TARGET)/usr/include/speex/speex.h)
++UIS_SPEEX=$(wildcard $(CROSS_COMPILE_TARGET)/include/speex/speex.h)
+ ULI_SPEEX=$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/speex.h)
+ ULIS_SPEEX=$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/speex/speex.h)
+ ifneq (${UI_SPEEX},)
+@@ -38,7 +38,8 @@
+ endif
+ ifneq (${UIS_SPEEX},)
+ MODSPEEX=codec_speex.so
+- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/include/speex
++ CFLAGS+=-I$(CROSS_COMPILE_TARGET)/include/speex
++ LIBSPEEX=-L$(CROSS_COMPILE_TARGET)/lib
+ LIBSPEEX+=-lspeex -lm
+ endif
+ ifneq (${ULI_SPEEX},)