From 2e15b9579916cac13d0a5e4343413e65b4056d4c Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Sat, 21 Mar 2015 21:47:48 +0000
Subject: [PATCH] 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 <john@szakmeister.net>

SVN-Revision: 44926
---
 package/devel/perf/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
GitLab