wok-6.x diff weechat/stuff/weechat-implicit-function-declaration.patch @ rev 17285
Add libnetfilter_cttimeout
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 27 12:18:59 2014 +0100 (2014-10-27) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/weechat/stuff/weechat-implicit-function-declaration.patch Mon Oct 27 12:18:59 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +--- weechat-0.3.3/configure.orig 1.5 ++++ weechat-0.3.3/configure 1.6 +@@ -18828,7 +18828,7 @@ 1.7 + weechat_libdir=${libdir}/weechat 1.8 + 1.9 + 1.10 +-COMMON_CFLAGS="-Wall -W -Werror-implicit-function-declaration" 1.11 ++COMMON_CFLAGS="-Wall -W" 1.12 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have GNU assembler" >&5 1.13 + $as_echo_n "checking whether we have GNU assembler... " >&6; } 1.14 + GAS=`as --version < /dev/null 2>/dev/null | grep GNU`