Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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>
---
 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)
-- 
2.25.1

^ permalink raw reply related	[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