From: John Crispin Date: Sat, 21 Mar 2015 21:47:48 +0000 (+0000) Subject: perf: don't error on warnings X-Git-Tag: reboot~3810 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=2e15b9579916cac13d0a5e4343413e65b4056d4c;p=lede-git%2F.git perf: don't error on warnings There are some places where there is a redundant declaration of strlcpy() that prevents building perf otherwise. Signed-off-by: John Szakmeister SVN-Revision: 44926 --- diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 7cf504cedb..1e874243b3 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -55,6 +55,7 @@ MAKE_FLAGS = \ LD="$(TARGET_CROSS)ld" \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ + WERROR=0 \ V=1 \ prefix=/usr