From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 0F33BC0A9CDC; Thu, 10 Mar 2016 13:16:15 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org.com (vpn1-4-209.ams2.redhat.com [10.36.4.209]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2ADGEDq011158; Thu, 10 Mar 2016 08:16:15 -0500 From: Panu Matilainen To: dev@dpdk.org Date: Thu, 10 Mar 2016 15:15:58 +0200 Message-Id: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Subject: [dpdk-dev] [PATCH v3 0/3] mk: add DT_NEEDED entries for external library deps 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: Thu, 10 Mar 2016 13:16:16 -0000 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