From: Iain Patterson Date: Wed, 24 Mar 2010 15:12:39 +0000 (+0000) Subject: Don't set LD_RUN_PATH. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=inline;h=d615710fbf587dba94e47f35a2b02df8168e567c;p=profile.git 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. --- diff --git a/.profile.d/PATH.bashrc b/.profile.d/PATH.bashrc index a67a5ba..b27435a 100644 --- a/.profile.d/PATH.bashrc +++ b/.profile.d/PATH.bashrc @@ -14,7 +14,6 @@ PATH:bindirs C_INCLUDE_PATH:incdirs CPLUS_INCLUDE_PATH:@C_INCLUDE_PATH LD_LIBRARY_PATH:libdirs -LD_RUN_PATH:@PATH MANPATH:mandirs PKG_CONFIG_PATH:pkgdirs "