Author: blogic Date: 2015-03-21 22:47:48 +0100 (Sat, 21 Mar 2015) New Revision: 44926
Modified: trunk/package/devel/perf/Makefile Log: 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 <[email protected]> Modified: trunk/package/devel/perf/Makefile =================================================================== --- trunk/package/devel/perf/Makefile 2015-03-21 21:47:41 UTC (rev 44925) +++ trunk/package/devel/perf/Makefile 2015-03-21 21:47:48 UTC (rev 44926) @@ -55,6 +55,7 @@ LD="$(TARGET_CROSS)ld" \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ + WERROR=0 \ V=1 \ prefix=/usr _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
