packages/libs/spice/patches/0004-fix-building-tools.patch
Yousong Zhou 5a25cf86ea spice: fix building against arc770-uclibc toolchain
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>
2019-12-25 19:01:30 +08:00

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 = \