mk: fix extra options when linking lib through compiler
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 20 Nov 2015 13:56:56 +0000 (14:56 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 20 Nov 2015 16:16:49 +0000 (17:16 +0100)
When using a linker option not known by the compiler like -rpath,
the library linkage was failing.
It is fixed by prefixing the option with -Wl, as it is done in other
makefiles.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>

No differences found