Don't set LD_RUN_PATH.
authorIain Patterson <me@iain.cx>
Wed, 24 Mar 2010 15:12:39 +0000 (15:12 +0000)
committerIain Patterson <me@iain.cx>
Wed, 24 Mar 2010 15:17:20 +0000 (15:17 +0000)
commitd615710fbf587dba94e47f35a2b02df8168e567c
tree779ad72735831b7d7db254d49cecf4020deeb018
parente6077f4815d9799443877377cf93428f9083c7fd
Don't set LD_RUN_PATH.

For starters it was cloning PATH when LD_LIBRARY_PATH would be more
appropriate.
More importantly it isn't needed most of the time.  Indeed I'm usually
unsetting it whenever I build stuff so that the run path doesn't leak
into compiled code.
Set it manually as and when appropriate.
.profile.d/PATH.bashrc