asterisk-chan-dongle: bump to latest git
[feed/telephony.git] / net / asterisk-chan-dongle / patches / 300-use-openwrt-flags.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -247,8 +247,6 @@ dnl Apply options to defines
4 if test "x$enable_debug" = "xyes" ; then
5 CFLAGS="$CFLAGS -O0 -g3"
6 AC_DEFINE([__DEBUG__], [1], [Build with debugging])
7 -else
8 - CFLAGS="$CFLAGS -O6"
9 fi
10
11 dnl Asterisk header files use lots of old style declarations, ignore those.