All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] gdb: prevent installation of libbfd.so
@ 2017-10-27 18:02 Peter Seiderer
  2017-10-28 13:40 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2017-10-27 18:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
For a previous discussion on this topic see [1].

[1] http://lists.busybox.net/pipermail/buildroot/2017-September/202337.html
---
 package/gdb/gdb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 7e86ba0c7e..8c4188b1fe 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -111,7 +111,7 @@ GDB_CONF_OPTS = \
 	--with-curses \
 	--without-included-gettext \
 	--disable-werror \
-	--enable-static
+	--enable-static --disable-shared
 
 # When gdb is built as C++ application for ARC it segfaults at runtime
 # So we pass --disable-build-with-cxx config option to force gdb not to
-- 
2.14.2

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

* [Buildroot] [PATCH v1] gdb: prevent installation of libbfd.so
  2017-10-27 18:02 [Buildroot] [PATCH v1] gdb: prevent installation of libbfd.so Peter Seiderer
@ 2017-10-28 13:40 ` Thomas Petazzoni
  2017-11-29 22:48   ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-10-28 13:40 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 27 Oct 2017 20:02:14 +0200, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

We really want a more detailed commit log for such a change that isn't
obvious.

> For a previous discussion on this topic see [1].
> 
> [1] http://lists.busybox.net/pipermail/buildroot/2017-September/202337.html

I know this link provides some details, but they should be in the
commit log.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH v1] gdb: prevent installation of libbfd.so
  2017-10-28 13:40 ` Thomas Petazzoni
@ 2017-11-29 22:48   ` Thomas Petazzoni
  2017-12-08 21:32     ` Peter Seiderer
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-11-29 22:48 UTC (permalink / raw)
  To: buildroot

Hello Peter,

On Sat, 28 Oct 2017 15:40:33 +0200, Thomas Petazzoni wrote:
> On Fri, 27 Oct 2017 20:02:14 +0200, Peter Seiderer wrote:
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>  
> 
> We really want a more detailed commit log for such a change that isn't
> obvious.
> 
> > For a previous discussion on this topic see [1].
> > 
> > [1] http://lists.busybox.net/pipermail/buildroot/2017-September/202337.html  
> 
> I know this link provides some details, but they should be in the
> commit log.

Ping ? :-)

I'll mark this patch as Changes Requested.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH v1] gdb: prevent installation of libbfd.so
  2017-11-29 22:48   ` Thomas Petazzoni
@ 2017-12-08 21:32     ` Peter Seiderer
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2017-12-08 21:32 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

On Wed, 29 Nov 2017 23:48:18 +0100, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:

> Hello Peter,
> 
> On Sat, 28 Oct 2017 15:40:33 +0200, Thomas Petazzoni wrote:
> > On Fri, 27 Oct 2017 20:02:14 +0200, Peter Seiderer wrote:  
> > > Signed-off-by: Peter Seiderer <ps.report@gmx.net>    
> > 
> > We really want a more detailed commit log for such a change that isn't
> > obvious.
> >   
> > > For a previous discussion on this topic see [1].
> > > 
> > > [1] http://lists.busybox.net/pipermail/buildroot/2017-September/202337.html    
> > 
> > I know this link provides some details, but they should be in the
> > commit log.  
> 
> Ping ? :-)

Sorry, for the delay (not enough spare time for buildroot stuff at the moment)...

Just sent a new version of the patch...

Regards,
Peter

> 
> I'll mark this patch as Changes Requested.
> 
> Thanks!
> 
> Thomas

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

end of thread, other threads:[~2017-12-08 21:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27 18:02 [Buildroot] [PATCH v1] gdb: prevent installation of libbfd.so Peter Seiderer
2017-10-28 13:40 ` Thomas Petazzoni
2017-11-29 22:48   ` Thomas Petazzoni
2017-12-08 21:32     ` Peter Seiderer

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.