From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] mk: add DT_NEEDED entries for external library deps Date: Sun, 13 Mar 2016 20:28:13 +0100 Message-ID: <2189714.8Z1lr3uu7s@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, sergio.gonzalez.monroy@intel.com To: Panu Matilainen Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 7490F39EA for ; Sun, 13 Mar 2016 20:29:36 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id n186so81202651wmn.1 for ; Sun, 13 Mar 2016 12:29:36 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-10 15:15, Panu Matilainen: > Add hopefully all the remaining missing DT_NEEDED entries for external > library dependencies on the libraries side: librte_vhost, librte_sched > and librte_eal. > > Panu Matilainen (3): > mk: clear up libm and librt linkage confusion > mk: add DT_NEEDED entries for librte_vhost external dependencies > mk: add DT_NEEDED entries for librte_eal external dependencies Applied, thanks