All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2018.11.x] tpm2-abrmd: add missing backslash
@ 2019-01-25 15:05 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2019-01-25 15:05 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=b9aeadd754c25bcea5ec26d9cd9e4917227cd670
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

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>
---
 package/tpm2-abrmd/tpm2-abrmd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tpm2-abrmd/tpm2-abrmd.mk b/package/tpm2-abrmd/tpm2-abrmd.mk
index f3a6980c23..90d175fc67 100644
--- a/package/tpm2-abrmd/tpm2-abrmd.mk
+++ b/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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-25 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 15:05 [Buildroot] [git commit branch/2018.11.x] tpm2-abrmd: add missing backslash Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.