Supersedes openwrt/packages#10873 Ref: https://github.com/openwrt/packages/pull/10873 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
12 lines
303 B
Diff
12 lines
303 B
Diff
Tools build can fail because -stack-protector-all is missing
|
|
|
|
--- a/tools/Makefile.am.orig 2019-12-25 18:51:48.947959673 +0800
|
|
+++ b/tools/Makefile.am 2019-12-25 18:51:56.165952726 +0800
|
|
@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
|
|
|
|
AM_LDFLAGS = \
|
|
$(LIBRT) \
|
|
+ $(WARN_LDFLAGS) \
|
|
$(NULL)
|
|
|
|
noinst_PROGRAMS = \
|