mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
tpm2-abrmd: add missing backslash
Commit e04ae696d4 (tpm2-abrmd: fix build with BR2_FORTIFY_SOURCE_1) missed
a backslash in TPM2_ABRMD_CONF_ENV, fix that.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -15,7 +15,7 @@ TPM2_ABRMD_DEPENDENCIES = dbus libglib2 tpm2-tss host-pkgconf
|
||||
# default. Disable that so the BR2_SSP_* / BR2_FORTIFY_SOURCE_* options
|
||||
# in the toolchain wrapper and CFLAGS are used instead
|
||||
TPM2_ABRMD_CONF_ENV = \
|
||||
ax_cv_check_cflags___fstack_protector_all=no
|
||||
ax_cv_check_cflags___fstack_protector_all=no \
|
||||
ax_cv_check_ccppflags___U_FORTIFY_SOURCE=no \
|
||||
ax_cv_check_ccppflags___D_FORTIFY_SOURCE_2=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user