From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 503221515 for ; Sat, 29 Nov 2014 16:02:09 +0100 (CET) Received: from cpe-098-026-066-094.nc.res.rr.com ([98.26.66.94] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XujX8-0002Gp-Oe; Sat, 29 Nov 2014 10:02:04 -0500 Date: Sat, 29 Nov 2014 10:02:01 -0500 From: Neil Horman To: Thomas Monjalon 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 Content-Disposition: inline In-Reply-To: <1478728.d5541BEJ0F@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: Neil Horman , dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mk: --no-as-needed by default for linux exec-env X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2014 15:02:10 -0000 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 >