nls.mk: add -rpath-link when needed for NLS support
authorSteven Barth <cyrus@openwrt.org>
Mon, 7 Sep 2015 08:03:34 +0000 (08:03 +0000)
committerSteven Barth <cyrus@openwrt.org>
Mon, 7 Sep 2015 08:03:34 +0000 (08:03 +0000)
commit049baba1ef3e7fdf3718209f31fbb7bcfdf9a607
tree586e60a175cd4f8660721a9fe2de11ecf61d19b5
parentd571f17129909ac795e94c7f9ec1f1c09eb3bac9
nls.mk: add -rpath-link when needed for NLS support

When a package links to a shared library that depends on libiconv or
libintl shared libraries, specifying directory pathes to them via -L
switches is not enough, see "man 1 ld" -rpath-link description.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 46801
include/nls.mk