From: Panu Matilainen <pmatilai@redhat.com>
To: dev@dpdk.org
Subject: [PATCH v3 0/3] mk: add DT_NEEDED entries for external library deps
Date: Thu, 10 Mar 2016 15:15:58 +0200 [thread overview]
Message-ID: <cover.1457615519.git.pmatilai@redhat.com> (raw)
In-Reply-To: <c9b9eaf80bdadfa4282467eafd290a5c090456fc.1449575210.git.pmatilai@redhat.com>
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
next prev parent reply other threads:[~2016-03-10 13:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-08 11:47 [PATCH v2] mk: fix external shared library dependencies of libraries Panu Matilainen
2015-12-08 16:28 ` Sergio Gonzalez Monroy
2015-12-09 12:09 ` Panu Matilainen
2016-03-10 13:15 ` Panu Matilainen [this message]
2016-03-10 13:15 ` [PATCH v3 1/3] mk: clear up libm and librt linkage confusion Panu Matilainen
2016-03-14 16:44 ` Ferruh Yigit
2016-03-15 6:24 ` Panu Matilainen
2016-03-10 13:16 ` [PATCH v3 2/3] mk: add DT_NEEDED entries for librte_vhost external dependencies Panu Matilainen
2016-03-10 13:16 ` [PATCH v3 3/3] mk: add DT_NEEDED entries for librte_eal " Panu Matilainen
2016-03-13 19:28 ` [PATCH v3 0/3] mk: add DT_NEEDED entries for external library deps Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1457615519.git.pmatilai@redhat.com \
--to=pmatilai@redhat.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.