This patch adds an option "-drop-ld-preload" which results in the target process not having LD_PRELOAD set in its environment. This is useful when running inside environments like scratchbox.
This version of the patch doesn't unset("LD_PRELOAD") but modifies the envp argument to loader_exec() instead. /lauri