From: Florian Fainelli Date: Fri, 26 Jun 2009 20:43:53 +0000 (+0000) Subject: [package] do not use -Wno-pointer-sign in mtr, break compilation with gcc-3.4.6 ... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=883a8f8ed6f4ac272c712deb5928d93031cc537c;ds=sidebyside [package] do not use -Wno-pointer-sign in mtr, break compilation with gcc-3.4.6 (#5427) SVN-Revision: 16574 --- diff --git a/net/mtr/patches/100-no_wo_pointer_sign.patch b/net/mtr/patches/100-no_wo_pointer_sign.patch new file mode 100644 index 0000000000..470c5e87d9 --- /dev/null +++ b/net/mtr/patches/100-no_wo_pointer_sign.patch @@ -0,0 +1,24 @@ +diff -urN mtr-0.75/configure mtr-0.75.new/configure +--- mtr-0.75/configure 2008-09-19 11:38:58.000000000 +0200 ++++ mtr-0.75.new/configure 2009-06-26 22:41:26.000000000 +0200 +@@ -7956,7 +7956,7 @@ + echo $ECHO_N "checking for C flags to get more warnings... $ECHO_C" >&6; } + ac_save_CFLAGS="$CFLAGS" + if test "x$ac_cv_c_compiler_gnu" = "xyes" ; then +- warning_CFLAGS="-Wall -Wno-pointer-sign" ++ warning_CFLAGS="-Wall" + else + case "$host_os" in + irix*) +diff -urN mtr-0.75/configure.in mtr-0.75.new/configure.in +--- mtr-0.75/configure.in 2008-09-08 09:40:54.000000000 +0200 ++++ mtr-0.75.new/configure.in 2009-06-26 22:41:21.000000000 +0200 +@@ -108,7 +108,7 @@ + ac_save_CFLAGS="$CFLAGS" + if test "x$ac_cv_c_compiler_gnu" = "xyes" ; then + dnl gcc is the easiest C compiler +- warning_CFLAGS="-Wall -Wno-pointer-sign" ++ warning_CFLAGS="-Wall" + else + dnl Vendor supplied C compilers are a bit tricky + case "$host_os" in