mk: check shared library dependencies
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Jun 2016 08:11:49 +0000 (11:11 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Jun 2016 11:33:01 +0000 (13:33 +0200)
commitfd591c4c4e356cde12051417112e2ac3c6ff445d
tree45142b8c2d06fe6efcccca15d550e8eca51e21b6
parent8b1a26d226368cf01b2a7f7e1a01c12315ba8be9
mk: check shared library dependencies

Require all symbols used by a DSO to be resolvable via LDLIBS at
build-time. Previously it was possible to build a library with
incomplete dependencies which could then fail at run-time.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.lib.mk