All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] netsurf: fix linking with some toolchains
@ 2018-12-31  8:41 Francois Perrad
  2018-12-31 11:30 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2018-12-31  8:41 UTC (permalink / raw)
  To: buildroot

see http://autobuild.buildroot.net/results/5f0d051cd60655a37a161782135b72bddec353a6/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/netsurf/0005-fix-linking-nsfb.patch | 27 +++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 package/netsurf/0005-fix-linking-nsfb.patch

diff --git a/package/netsurf/0005-fix-linking-nsfb.patch b/package/netsurf/0005-fix-linking-nsfb.patch
new file mode 100644
index 000000000..0859b51e5
--- /dev/null
+++ b/package/netsurf/0005-fix-linking-nsfb.patch
@@ -0,0 +1,27 @@
+From 313fe128be671e7b53621a365130867fbbbd72bd Mon Sep 17 00:00:00 2001
+From: Francois Perrad <francois.perrad@gadz.org>
+Date: Sun, 30 Dec 2018 18:48:01 +0100
+Subject: [PATCH] fix linking nsfb
+
+see http://autobuild.buildroot.net/results/5f0d051cd60655a37a161782135b72bddec353a6/
+---
+ netsurf/frontends/framebuffer/Makefile | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/netsurf/frontends/framebuffer/Makefile b/netsurf/frontends/framebuffer/Makefile
+index 249c7c4..53bdcff 100644
+--- a/netsurf/frontends/framebuffer/Makefile
++++ b/netsurf/frontends/framebuffer/Makefile
+@@ -29,9 +29,7 @@ CFLAGS += -std=c99 -g -Dsmall \
+ LDFLAGS += -lm
+ 
+ # non optional pkg-configed libs
+-LDFLAGS += -Wl,--whole-archive
+ $(eval $(call pkg_config_find_and_add,libnsfb,libnsfb))
+-LDFLAGS += -Wl,--no-whole-archive
+ 
+ # freetype is optional but does not use pkg-config
+ ifeq ($(NETSURF_FB_FONTLIB),freetype)
+-- 
+2.17.1
+
-- 
2.17.1

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

* [Buildroot] [PATCH] netsurf: fix linking with some toolchains
  2018-12-31  8:41 [Buildroot] [PATCH] netsurf: fix linking with some toolchains Francois Perrad
@ 2018-12-31 11:30 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-12-31 11:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 31 Dec 2018 09:41:48 +0100, Francois Perrad wrote:
> see http://autobuild.buildroot.net/results/5f0d051cd60655a37a161782135b72bddec353a6/
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

This needs more details in the patch description. "fix linking" is not
a proper description.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-12-31 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-31  8:41 [Buildroot] [PATCH] netsurf: fix linking with some toolchains Francois Perrad
2018-12-31 11:30 ` Thomas Petazzoni

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.