mk: add DT_SONAME to shared libraries
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 4 Feb 2015 08:22:50 +0000 (10:22 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Feb 2015 22:29:29 +0000 (23:29 +0100)
commitaec1fe6fe84f2d057d4694752dd161eadc113032
treebfd253cbfcc6a54f44dfbdd56451ddde6f521a4c
parentf30dcd03f9db41e9f64cad1dea7d9c35ab040c2c
mk: add DT_SONAME to shared libraries

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 <pmatilai@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
mk/rte.lib.mk