浏览代码

tpm2-abrmd: add missing backslash

Commit e04ae696d4f (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>
Peter Korsgaard 6 年之前
父节点
当前提交
b9aeadd754
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/tpm2-abrmd/tpm2-abrmd.mk

+ 1 - 1
package/tpm2-abrmd/tpm2-abrmd.mk

@@ -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