Merge pull request #10441 from neheb/glib
[feed/packages.git] / libs / spice / patches / 0004-fix-building-tools.patch
1 Tools build can fail because -stack-protector-all is missing
2
3 --- a/tools/Makefile.am.orig 2019-12-25 18:51:48.947959673 +0800
4 +++ b/tools/Makefile.am 2019-12-25 18:51:56.165952726 +0800
5 @@ -8,6 +8,7 @@ AM_CPPFLAGS = \
6
7 AM_LDFLAGS = \
8 $(LIBRT) \
9 + $(WARN_LDFLAGS) \
10 $(NULL)
11
12 noinst_PROGRAMS = \