package/libkcapi: bump version to latest git hash
79cb80714ebc
Configure script is used to detect options supported by the target
compiler, but those options are then incorrectly used by the targets
compiled using a host compiler.
configure:
checking whether CC supports -fstack-protector-strong... yes
make:
/usr/bin/gcc (...)
cc1: error: unrecognized command line option "-fstack-protector-strong"
Fixes:
http://autobuild.buildroot.net/results/4c0/
4c06dfa35ef52f6522619f797a9ae4e7a2e45d04/
http://autobuild.buildroot.net/results/788/
78886670cff406a09bd08808d9a6e328ee75634b/
Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>