[dpdk-dev] [PATCH] mk: Add DT_SONAME to shared libraries

2015-02-04 Thread Thomas Monjalon
2015-02-04 06:43, Neil Horman: > On Wed, Feb 04, 2015 at 10:22:50AM +0200, Panu Matilainen wrote: > > This is all-important now that the libraries are versioned: DT_SONAME > > presence instructs the runtime dynamic linker to load the shared object > > by the versioned name in DT_SONAME instead of

[dpdk-dev] [PATCH] mk: Add DT_SONAME to shared libraries

2015-02-04 Thread Panu Matilainen
This is all-important now that the libraries are versioned: DT_SONAME presence instructs the runtime dynamic linker to load the shared object by the versioned name in DT_SONAME instead of the the unversioned symlink name used during build. Signed-off-by: Panu Matilainen --- mk/rte.lib.mk | 2 +-

[dpdk-dev] [PATCH] mk: Add DT_SONAME to shared libraries

2015-02-04 Thread Neil Horman
On Wed, Feb 04, 2015 at 10:22:50AM +0200, Panu Matilainen wrote: > This is all-important now that the libraries are versioned: DT_SONAME > presence instructs the runtime dynamic linker to load the shared object > by the versioned name in DT_SONAME instead of the the unversioned symlink > name used