From d615710fbf587dba94e47f35a2b02df8168e567c Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 24 Mar 2010 15:12:39 +0000 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) 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 " -- 2.7.4