diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 06:35:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 06:35:09 +0000 |
commit | 04516faf6e2fa8f3664bb0102e98d9840b34d0f3 (patch) | |
tree | ffb0b8197addcb752b839df61e8361b2fb1ab4bb /eclass | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-04516faf6e2fa8f3664bb0102e98d9840b34d0f3.tar.gz gentoo-2-04516faf6e2fa8f3664bb0102e98d9840b34d0f3.tar.bz2 gentoo-2-04516faf6e2fa8f3664bb0102e98d9840b34d0f3.zip |
forgot to add the extra search param in uclibctoolize
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/libtool.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 0a2a511fcd89..dd4c55bbd04e 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.31 2004/09/22 20:04:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.32 2004/09/25 06:35:09 vapier Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -265,7 +265,7 @@ uclibctoolize() { local x if [ -z "$@" ] ; then - targets="$(find ${S} -name configure)" + targets="$(find ${S} -name configure -o -name ltconfig)" fi einfo "Applying uClibc/libtool patches ..." |