diff options
author | Olivier Crête <tester@gentoo.org> | 2006-11-24 02:15:13 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-11-24 02:15:13 +0000 |
commit | 72197ca12872a499c8f337828c6fbb166bc35a75 (patch) | |
tree | 4e6b350ccadead54ec1c2eef15f5fd7105bdaa97 /eclass/mozcoreconf.eclass | |
parent | 1.2 (diff) | |
download | gentoo-2-72197ca12872a499c8f337828c6fbb166bc35a75.tar.gz gentoo-2-72197ca12872a499c8f337828c6fbb166bc35a75.tar.bz2 gentoo-2-72197ca12872a499c8f337828c6fbb166bc35a75.zip |
Proxy commit for Anarchy, QA notices for strip'd files
Diffstat (limited to 'eclass/mozcoreconf.eclass')
-rw-r--r-- | eclass/mozcoreconf.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mozcoreconf.eclass b/eclass/mozcoreconf.eclass index 8a3da6873687..55cec2ec68e0 100644 --- a/eclass/mozcoreconf.eclass +++ b/eclass/mozcoreconf.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/mozcoreconf.eclass,v 1.10 2006/07/20 14:04:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.11 2006/11/24 02:15:13 tester Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -175,7 +175,9 @@ mozconfig_init() { --enable-pango \ --enable-svg \ --enable-svg-renderer=cairo \ - --enable-system-cairo + --enable-system-cairo \ + --disable-strip \ + --disable-strip-libs if [[ ${PN} != seamonkey ]]; then mozconfig_annotate gentoo \ |