summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-08 03:07:58 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-08 03:07:58 +0000
commit45ab8089c0d2ce02172da9d4ec1c0f06244b6d16 (patch)
tree515545315cbfc3b72423a05ae8825edebc388555 /eclass/toolchain.eclass
parentold (diff)
downloadhistorical-45ab8089c0d2ce02172da9d4ec1c0f06244b6d16.tar.gz
historical-45ab8089c0d2ce02172da9d4ec1c0f06244b6d16.tar.bz2
historical-45ab8089c0d2ce02172da9d4ec1c0f06244b6d16.zip
do not mess with LD_LIBRARY_PATH #213838
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 63a80fde7763..ff4dfafffa99 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.350 2008/04/08 00:12:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.351 2008/04/08 03:07:58 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -839,8 +839,6 @@ gcc-compiler_pkg_preinst() {
}
gcc-compiler_pkg_postinst() {
- export LD_LIBRARY_PATH=${LIBPATH}:${LD_LIBRARY_PATH}
-
if has_version 'app-admin/eselect-compiler' ; then
do_eselect_compiler
else