Proxy commit for Anarchy, QA notices for strip'd files
authorOlivier Crête <tester@gentoo.org>
Fri, 24 Nov 2006 02:15:13 +0000 (02:15 +0000)
committerOlivier Crête <tester@gentoo.org>
Fri, 24 Nov 2006 02:15:13 +0000 (02:15 +0000)
eclass/mozconfig-2.eclass
eclass/mozcoreconf.eclass

index 2b9018722bae0a78d1ac69cb58a4d97b7ee91a8f..08b13b68601e57c3e0ff9e0736776d9c8bb28699 100644 (file)
@@ -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.
index 8a3da68736872f21a5fe4a57fc8aee6e08c2e9c5..55cec2ec68e0d35b260891da5e82b4b7b615506b 100644 (file)
@@ -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 \