From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/6] tpm2-abrmd: allow building without stack smashing protection (SSP)
Date: Thu, 22 Mar 2018 23:58:48 +0100 [thread overview]
Message-ID: <87h8p74t07.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20180322202752.2562-5-casantos@datacom.ind.br> (Carlos Santos's message of "Thu, 22 Mar 2018 17:27:50 -0300")
>>>>> "Carlos" == Carlos Santos <casantos@datacom.ind.br> writes:
> Disable SSP if the toolchain does not support it. This must be done
> explicitly because configure.ac passes -fstack-protector-all to the
> compiler but doesn't contain a link test, so it doesn't detect when
> libssp is missing.
> Fixes:
> http://autobuild.buildroot.net/results/83ad1f33f523321f841e70d2d8cf5ce861dee217
> http://autobuild.buildroot.net/results/cef047751534fef23d1022e9a276424bc84bf461
> http://autobuild.buildroot.net/results/6048355337804f7841dffa1655f44b9f6db56314
> http://autobuild.buildroot.net/results/d934a2ea90e7bf1c7b93dbb367998abab536daf4
> http://autobuild.buildroot.net/results/c0daaf37b8d1515d62d2441ba6aa57125437e191
> http://autobuild.buildroot.net/results/9482ea5554938865e0061dcbdcf3c2c918b96954
> http://autobuild.buildroot.net/results/282a8b6769f19f0a40089207bc54e7302663751f
> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
> ---
> package/tpm2-abrmd/tpm2-abrmd.mk | 4 ++++
> 1 file changed, 4 insertions(+)
> diff --git a/package/tpm2-abrmd/tpm2-abrmd.mk b/package/tpm2-abrmd/tpm2-abrmd.mk
> index 0d6a167210..69d09a59e4 100644
> --- a/package/tpm2-abrmd/tpm2-abrmd.mk
> +++ b/package/tpm2-abrmd/tpm2-abrmd.mk
> @@ -11,6 +11,10 @@ TPM2_ABRMD_LICENSE_FILES = LICENSE
> TPM2_ABRMD_INSTALL_STAGING = YES
> TPM2_ABRMD_DEPENDENCIES = dbus libglib2 tpm2-tss host-pkgconf
> +# configure.ac doesn't contain a link test, so it doesn't detect when
You have a trailing space here. Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2018-03-22 22:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h8p74t07.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox