summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2009-08-30 09:09:09 +0000
committerGeorge Shapovalov <george@gentoo.org>2009-08-30 09:09:09 +0000
commitd8472717e6bcc4b8ec56c074e3b9410616e317ab (patch)
tree0d2b9cbf3bd2e41c9fe5572b8b2a4a97f8e40dbb /eclass
parentSlotmove kipi-plugins to 4 (diff)
downloadhistorical-d8472717e6bcc4b8ec56c074e3b9410616e317ab.tar.gz
historical-d8472717e6bcc4b8ec56c074e3b9410616e317ab.tar.bz2
historical-d8472717e6bcc4b8ec56c074e3b9410616e317ab.zip
commented out LD_vars, should not be set at compilation
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnatbuild.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass
index f6a420dfe46b..6ead0e3b99be 100644
--- a/eclass/gnatbuild.eclass
+++ b/eclass/gnatbuild.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.47 2009/04/25 10:46:01 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.48 2009/08/30 09:09:09 george Exp $
#
# Author: George Shapovalov <george@gentoo.org>
# Belongs to: ada herd <ada@gentoo.org>
@@ -436,9 +436,9 @@ gnatbuild_src_compile() {
export LDFLAGS="-L${GNATLIB}"
# additional vars from gnuada and elsewhere
- export LD_RUN_PATH="${LIBPATH}"
+ #export LD_RUN_PATH="${LIBPATH}"
export LIBRARY_PATH="${GNATLIB}"
- export LD_LIBRARY_PATH="${GNATLIB}"
+ #export LD_LIBRARY_PATH="${GNATLIB}"
# export COMPILER_PATH="${GNATBOOT}/bin/"
export ADA_OBJECTS_PATH="${GNATLIB}/adalib"