core/pkg-infrastructures: remove LD_LIBRARY_PATH from the environment
authorBen Boeckel <mathstuf@gmail.com>
Fri, 13 Nov 2015 21:48:52 +0000 (22:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 18 Nov 2015 21:57:48 +0000 (22:57 +0100)
commit34d081674ab8f0ffad84e5a18d3c67855826262f
tree22240cc9d04c2e7f17cf8b589541c3b518e456e7
parent5c0c38522605413170a10c45ac08d46c4ed076af
core/pkg-infrastructures: remove LD_LIBRARY_PATH from the environment

If system tools are selected, the host's lib/ directory may shadow
libraries from the system which are configured differently and do not
have all of the symbols required by the system tool.

Since buildroot now uses rpath everywhere, LD_LIBRARY_PATH should not
be necessary anyways.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in