Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] tpm2-{tss, abrmd, tools} fix compilation errors
@ 2018-03-22 20:27 Carlos Santos
  2018-03-22 20:27 ` [Buildroot] [PATCH 1/6] tpm2-tss: declare dependency on a toolchain with C++ Carlos Santos
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Carlos Santos @ 2018-03-22 20:27 UTC (permalink / raw)
  To: buildroot

Declare dependency on a toolchain with C++ because tpm2-tss 1.4.0 still
contains some C++ code. This has already changed on upstream, so future
versions will drop the dependency on a C++ compiler.

Declare dependencies of tpm2-tools on MMU, threads and wchar (for
libglib and dbus).

Disable stack smashing protection if the toolchain does not support it.
This must be done explicitly because the configuration scripts attempt
to enable SSP without proper testing.

Carlos Santos (6):
  tpm2-tss: declare dependency on a toolchain with C++
  tpm2-tss: allow building without stack smashing protection (SSP)
  tpm2-abrmd: declare dependency on a toolchain with C++
  tpm2-abrmd: allow building without stack smashing protection (SSP)
  tpm2-tools: propagate dependencies of selected packages
  tpm2-tools: allow building without stack smashing protection (SSP)

 package/tpm2-abrmd/Config.in     | 5 +++--
 package/tpm2-abrmd/tpm2-abrmd.mk | 4 ++++
 package/tpm2-tools/Config.in     | 8 ++++++++
 package/tpm2-tools/tpm2-tools.mk | 4 ++++
 package/tpm2-tss/Config.in       | 3 +++
 package/tpm2-tss/tpm2-tss.mk     | 4 ++++
 6 files changed, 26 insertions(+), 2 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-03-22 23:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-22 20:27 [Buildroot] [PATCH 0/6] tpm2-{tss, abrmd, tools} fix compilation errors Carlos Santos
2018-03-22 20:27 ` [Buildroot] [PATCH 1/6] tpm2-tss: declare dependency on a toolchain with C++ Carlos Santos
2018-03-22 22:51   ` Peter Korsgaard
2018-03-22 20:27 ` [Buildroot] [PATCH 2/6] tpm2-tss: allow building without stack smashing protection (SSP) Carlos Santos
2018-03-22 22:55   ` Peter Korsgaard
2018-03-22 20:27 ` [Buildroot] [PATCH 3/6] tpm2-abrmd: declare dependency on a toolchain with C++ Carlos Santos
2018-03-22 22:57   ` Peter Korsgaard
2018-03-22 20:27 ` [Buildroot] [PATCH 4/6] tpm2-abrmd: allow building without stack smashing protection (SSP) Carlos Santos
2018-03-22 22:58   ` Peter Korsgaard
2018-03-22 20:27 ` [Buildroot] [PATCH 5/6] tpm2-tools: propagate dependencies of selected packages Carlos Santos
2018-03-22 23:01   ` Peter Korsgaard
2018-03-22 20:27 ` [Buildroot] [PATCH 6/6] tpm2-tools: allow building without stack smashing protection (SSP) Carlos Santos
2018-03-22 23:02   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox