summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2006-11-24 02:15:13 +0000
committerOlivier Crête <tester@gentoo.org>2006-11-24 02:15:13 +0000
commit87733305dffdf21a7466e3a0d41c9d706d5682e8 (patch)
treef0b3d6ea1c4d8d19a5c80cc31c5643d71a9dcd40 /eclass
parent1.2 (diff)
downloadhistorical-87733305dffdf21a7466e3a0d41c9d706d5682e8.tar.gz
historical-87733305dffdf21a7466e3a0d41c9d706d5682e8.tar.bz2
historical-87733305dffdf21a7466e3a0d41c9d706d5682e8.zip
Proxy commit for Anarchy, QA notices for strip'd files
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-2.eclass6
-rw-r--r--eclass/mozcoreconf.eclass6
2 files changed, 5 insertions, 7 deletions
diff --git a/eclass/mozconfig-2.eclass b/eclass/mozconfig-2.eclass
index 2b9018722bae..08b13b68601e 100644
--- a/eclass/mozconfig-2.eclass
+++ b/eclass/mozconfig-2.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/mozconfig-2.eclass,v 1.13 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.14 2006/11/24 02:15:13 tester Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -50,16 +50,12 @@ mozconfig_config() {
--enable-debug \
--enable-tests \
--disable-reorder \
- --disable-strip \
- --disable-strip-libs \
--enable-debugger-info-modules=ALL_MODULES
else
mozconfig_annotate -debug \
--disable-debug \
--disable-tests \
--enable-reorder \
- --enable-strip \
- --enable-strip-libs
# Currently --enable-elf-dynstr-gc only works for x86 and ppc,
# thanks to Jason Wever <weeve@gentoo.org> for the fix.
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 \