From: Felix Fietkau Date: Fri, 6 Feb 2009 00:12:45 +0000 (+0000) Subject: merge r14416 to 8.09 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b9ecb525588e18d4ad96c233adf68d172a432fa8 merge r14416 to 8.09 SVN-Revision: 14417 --- diff --git a/net/asterisk-1.6.x/patches/210-ppc_fix.patch b/net/asterisk-1.6.x/patches/210-ppc_fix.patch new file mode 100644 index 0000000000..1fa746cb11 --- /dev/null +++ b/net/asterisk-1.6.x/patches/210-ppc_fix.patch @@ -0,0 +1,10 @@ +--- a/apps/app_festival.c ++++ b/apps/app_festival.c +@@ -120,6 +120,7 @@ + int res; + #ifdef __PPC__ + char c; ++ int x; + #endif + + res = ast_safe_fork(0);