toplevel.mk: drop LD_LIBRARY_PATH overrides
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 3 Oct 2015 09:49:24 +0000 (09:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 3 Oct 2015 09:49:24 +0000 (09:49 +0000)
commit1fab7f223f2a5d238d51061d314628ba08a7b417
treeef2cca434efd67e9f53ab01f83b6717c9456f038
parent8d264e237a0de6ba482f2dbdb1b67d0047c549ae
toplevel.mk: drop LD_LIBRARY_PATH overrides

Overriding LD_LIBRARY_PATH for host utilities frequently leads to problems
with host executables loading shared libraries from the staging_dir, leading
to crashes due to incompatible ABIs.

Since most host utilties either embed a proper rpath or are reworked to link
statically we do not need the workaround anymore.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47103
include/toplevel.mk