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)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Feb 2020 16:32:33 +0000 (17:32 +0100)
commit0788e921f961e36a50a94f8bb98f7eb75b312245
tree244cdf1b3e7e32bff2c6c442428c14210e19cf56
parent2ce4eb9a0a26b291c582dd5bb1fb836ca732b949
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]