diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:46:14 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:46:14 +0000 |
commit | 8aa08d0467ee443012aabafd395ba14cb1c30af5 (patch) | |
tree | 575dabb57e5c5eb00348c7bddb9a6b118f32c1e8 /eclass/debug.eclass | |
parent | Replace -lthr with -lpthread, else amarok dies on Gentoo/FreeBSD. (diff) | |
download | gentoo-2-8aa08d0467ee443012aabafd395ba14cb1c30af5.tar.gz gentoo-2-8aa08d0467ee443012aabafd395ba14cb1c30af5.tar.bz2 gentoo-2-8aa08d0467ee443012aabafd395ba14cb1c30af5.zip |
the world is not ready for this yet
Diffstat (limited to 'eclass/debug.eclass')
-rw-r--r-- | eclass/debug.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index fa656b43acf9..dab298d3b5a8 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.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/debug.eclass,v 1.25 2005/08/01 23:16:17 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.26 2005/08/01 23:46:14 foser Exp $ # # Author: Spider # @@ -8,7 +8,7 @@ # and to remove "bad" flags from CFLAGS # Debug ECLASS -IUSE="debuginfo" +IUSE="debug" if useq debuginfo; then # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ |