[OpenWrt-Devel] [PATCH] [package] perf: don't error on warnings
John Szakmeister
john at szakmeister.net
Fri Mar 20 10:58:01 EDT 2015
There are some places where there is a redundant declaration of
strlcpy() that prevents building perf otherwise.
Signed-off-by: John Szakmeister <john at szakmeister.net>
---
package/devel/perf/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index 184e51d..163e4ac 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
--
2.3.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list