diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-04 02:15:56 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-04 02:15:56 +0000 |
commit | fe41c8350d2faa91fdee1641ef5bee8904d60038 (patch) | |
tree | 1205045960beb3d326732545dbb6372f42a92105 /eclass | |
parent | Stable on sparc (diff) | |
download | gentoo-2-fe41c8350d2faa91fdee1641ef5bee8904d60038.tar.gz gentoo-2-fe41c8350d2faa91fdee1641ef5bee8904d60038.tar.bz2 gentoo-2-fe41c8350d2faa91fdee1641ef5bee8904d60038.zip |
Fix bug# 91320
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/wxlib.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass index 947a02900ac2..4bf4fc5e4464 100644 --- a/eclass/wxlib.eclass +++ b/eclass/wxlib.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/wxlib.eclass,v 1.3 2005/05/02 17:40:39 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.4 2005/05/04 02:15:56 pythonhead Exp $ # Author Diego Pettenò <flameeyes@gentoo.org> # Maintained by wxwidgets herd @@ -85,6 +85,7 @@ subconfigure() { fi ${S}/configure --enable-monolithic \ --host=${CHOST} \ + --disable-debugreport \ --libdir=/usr/$(get_libdir) \ --prefix=/usr \ --infodir=/usr/share/info \ |