From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: [PATCH v3 0/3] mk: add DT_NEEDED entries for external library deps Date: Thu, 10 Mar 2016 15:15:58 +0200 Message-ID: References: To: dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 9B7F22C65 for ; Thu, 10 Mar 2016 14:16:16 +0100 (CET) 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" 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 app/test/Makefile | 2 ++ lib/librte_eal/bsdapp/eal/Makefile | 4 ++++ lib/librte_eal/linuxapp/eal/Makefile | 4 ++++ lib/librte_sched/Makefile | 3 +++ lib/librte_vhost/Makefile | 7 ++++--- mk/exec-env/linuxapp/rte.vars.mk | 2 +- mk/rte.app.mk | 20 ++++++++------------ 7 files changed, 26 insertions(+), 16 deletions(-) -- v3: - split up to separate patches - clear up up libm and librt linkage confusion and unnecessary Linux vs BSD differences v2: - clean up librte_vhost CFLAGS/LDFLAGS/LDLIBS confusion while at it 2.5.0