* [Buildroot] [PATCH 1/1] package/bearssl: needs -fPIC
@ 2020-03-10 19:45 Fabrice Fontaine
2020-03-15 21:02 ` Giulio Benetti
2020-03-22 21:10 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-03-10 19:45 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.org/results/e677519c7536447062bf15fb7aa73eded19a6cf6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
| 1 +
1 file changed, 1 insertion(+)
--git a/package/bearssl/bearssl.mk b/package/bearssl/bearssl.mk
index e85626153c..ff5f4e87b7 100644
--- a/package/bearssl/bearssl.mk
+++ b/package/bearssl/bearssl.mk
@@ -16,6 +16,7 @@ BEARSSL_MAKE_OPTS = \
ifeq ($(BR2_SHARED_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
BEARSSL_TARGETS += dll
+BEARSSL_MAKE_OPTS += CFLAGS="$(TARGET_CFLAGS) -fPIC"
endif
ifeq ($(BR2_STATIC_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/bearssl: needs -fPIC
2020-03-10 19:45 [Buildroot] [PATCH 1/1] package/bearssl: needs -fPIC Fabrice Fontaine
@ 2020-03-15 21:02 ` Giulio Benetti
2020-03-22 21:10 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2020-03-15 21:02 UTC (permalink / raw)
To: buildroot
Hi Fabrice,
On 3/10/20 8:45 PM, Fabrice Fontaine wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/e677519c7536447062bf15fb7aa73eded19a6cf6
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> package/bearssl/bearssl.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/bearssl/bearssl.mk b/package/bearssl/bearssl.mk
> index e85626153c..ff5f4e87b7 100644
> --- a/package/bearssl/bearssl.mk
> +++ b/package/bearssl/bearssl.mk
> @@ -16,6 +16,7 @@ BEARSSL_MAKE_OPTS = \
>
> ifeq ($(BR2_SHARED_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
> BEARSSL_TARGETS += dll
> +BEARSSL_MAKE_OPTS += CFLAGS="$(TARGET_CFLAGS) -fPIC"
> endif
>
> ifeq ($(BR2_STATIC_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
>
--
Giulio Benetti
Benetti Engineering sas
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/bearssl: needs -fPIC
2020-03-10 19:45 [Buildroot] [PATCH 1/1] package/bearssl: needs -fPIC Fabrice Fontaine
2020-03-15 21:02 ` Giulio Benetti
@ 2020-03-22 21:10 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-03-22 21:10 UTC (permalink / raw)
To: buildroot
On Tue, 10 Mar 2020 20:45:46 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/e677519c7536447062bf15fb7aa73eded19a6cf6
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/bearssl/bearssl.mk | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-22 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 19:45 [Buildroot] [PATCH 1/1] package/bearssl: needs -fPIC Fabrice Fontaine
2020-03-15 21:02 ` Giulio Benetti
2020-03-22 21:10 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox