wok-next annotate weechat/stuff/weechat-implicit-function-declaration.patch @ rev 15570
Up lxc (0.9.0) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 26 09:00:34 2013 +0000 (2013-11-26) |
parents | |
children |
rev | line source |
---|---|
rocky@7847 | 1 --- weechat-0.3.3/configure.orig |
rocky@7847 | 2 +++ weechat-0.3.3/configure |
rocky@7847 | 3 @@ -18828,7 +18828,7 @@ |
rocky@7847 | 4 weechat_libdir=${libdir}/weechat |
rocky@7847 | 5 |
rocky@7847 | 6 |
rocky@7847 | 7 -COMMON_CFLAGS="-Wall -W -Werror-implicit-function-declaration" |
rocky@7847 | 8 +COMMON_CFLAGS="-Wall -W" |
rocky@7847 | 9 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have GNU assembler" >&5 |
rocky@7847 | 10 $as_echo_n "checking whether we have GNU assembler... " >&6; } |
rocky@7847 | 11 GAS=`as --version < /dev/null 2>/dev/null | grep GNU` |