There are some places where there is a redundant declaration of strlcpy() that prevents building perf otherwise.
Signed-off-by: John Szakmeister <[email protected]> --- 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 [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
