tpm2-tools: always disable hardening options
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 15 Jan 2019 10:15:18 +0000 (11:15 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 16 Jan 2019 13:24:45 +0000 (14:24 +0100)
commit2bf187c2b135ff9af748257c591b3f9851f4c9cf
tree860b85cf62c08a92f6c5982ead1a8a69420ff2b4
parent223c4fb704aa187991eb082141536e52499a5428
tpm2-tools: always disable hardening options

Building with --enable-hardening (the default), forces -fstack-protector-all
/ FORTIFY_SOURCE=2.  These options are now controlled Buildroot wide with
the BR2_SSP_* / BR2_FORTIFY_SOURCE_* options.  Disable hardening so the
ssp/fortify settings in the toolchain wrapper / CFLAGS is used instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/tpm2-tools/tpm2-tools.mk