toplevel.mk: drop LD_LIBRARY_PATH overrides
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 3 Oct 2015 09:49:24 +0000 (09:49 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 3 Oct 2015 09:49:24 +0000 (09:49 +0000)
commit2d2f2ff75188e570b02a9a3baab5f08d7010cc11
treeef2cca434efd67e9f53ab01f83b6717c9456f038
parent83c5a411d8e3e1316fb379a4e9430ad4f6ba70d1
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47103 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/toplevel.mk