[dpdk-dev] [PATCH v3 0/3] mk: add DT_NEEDED entries for external library deps

Panu Matilainen pmatilai at redhat.com
Thu Mar 10 14:15:58 CET 2016


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



More information about the dev mailing list