fix typos in CONFIG_SITE files
[openwrt/svn-archive/openwrt.git] / openwrt / package / speex / patches / 01-disable-host-headers.patch
1 diff -urN speex-1.1.8/libspeex/Makefile.in speex-1.1.8.new/libspeex/Makefile.in
2 --- speex-1.1.8/libspeex/Makefile.in 2005-05-06 07:00:35.000000000 +0200
3 +++ speex-1.1.8.new/libspeex/Makefile.in 2006-03-05 16:57:02.000000000 +0100
4 @@ -107,7 +107,7 @@
5
6 EXTRA_DIST = testenc.c testenc_wb.c testenc_uwb.c testdenoise.c testecho.c
7
8 -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
9 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
10
11 lib_LTLIBRARIES = libspeex.la
12