From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH] mk: --no-as-needed by default for linux exec-env Date: Sat, 29 Nov 2014 10:02:01 -0500 Message-ID: <20141129150106.GA14345@localhost.localdomain> References: <1414666662-14966-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1478728.d5541BEJ0F@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Neil Horman , dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: Content-Disposition: inline In-Reply-To: <1478728.d5541BEJ0F@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Fri, Nov 28, 2014 at 04:35:04PM +0100, Thomas Monjalon wrote: > Hi Sergio, Neil, > > Do you agree to add this comment (before applying this *needed* patch)? > > +# Workaround lack of DT_NEEDED entry > Acked-by: Neil Horman We can solve the larger dependency chain issue later if we need to Neil > > -EXECENV_LDFLAGS = > > +EXECENV_LDFLAGS = --no-as-needed > > -- > Thomas >