package/kvm-unit-tests: fix build with SSP
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 23 Feb 2020 23:20:05 +0000 (00:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 26 Feb 2020 19:47:39 +0000 (20:47 +0100)
commitdc006056bb06352a853a27d6691deac8842b6b20
tree3ba64b7654054fe05ff9190bcfa2942d82ed4d1a
parent23ae45825f8bc6d5633812ea56359a70b2260d91
package/kvm-unit-tests: fix build with SSP

Add a patch to correct a typo in the Makefile, so -fno-stack-protector /
-fno-stack-protector-all are really used.  With this applied, kvm-unit-tests
will always be built without SSP as intented by upstream.  This will fix the
build on ppc64 with SSP that started to fail for an unknown reason since
November 27th.

Moreover, the Arch Linux workaround could also be removed in a follow-up
patch.

Fixes:
 - http://autobuild.buildroot.org/results/ad689b08173548af21dd1fb0e827fd561de6dfef

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kvm-unit-tests/0003-Makefile-fix-stack-protector-tests.patch [new file with mode: 0644]