diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-18 08:43:28 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-18 08:43:28 +0000 |
commit | f46415cb31142f208f90d09d3224a0b2228e1a41 (patch) | |
tree | edeaf38b2bd7ed05b6e8f73839d5f529b62f2c3e /eclass/libtool.eclass | |
parent | Unmaksed xmms -r8 build (closes bug #3618) (diff) | |
download | historical-f46415cb31142f208f90d09d3224a0b2228e1a41.tar.gz historical-f46415cb31142f208f90d09d3224a0b2228e1a41.tar.bz2 historical-f46415cb31142f208f90d09d3224a0b2228e1a41.zip |
fixes
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r-- | eclass/libtool.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 79fc50923e28..95adb737cc75 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -2,7 +2,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.5 2002/06/10 18:25:04 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.6 2002/06/18 08:43:28 azarah Exp $ # This eclass patches ltmain.sh distributed with libtoolized packages with the # relink and portage patch ECLASS=libtool @@ -121,6 +121,10 @@ elibtoolize() { fi done done + + # We need to change the pwd back to $S, as we may be called in + # src_compile() + cd ${S} } # |