diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-11 10:29:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-11 10:29:59 +0000 |
commit | b00e68f36450fe8f8b50fe4bc6be7159818d5b19 (patch) | |
tree | 9a715154dc9dfbaa93fd685125be259f0c5f5943 /eclass/mozcoreconf-2.eclass | |
parent | Remove x11-misc/perlpanel mask (#138755) (diff) | |
download | gentoo-2-b00e68f36450fe8f8b50fe4bc6be7159818d5b19.tar.gz gentoo-2-b00e68f36450fe8f8b50fe4bc6be7159818d5b19.tar.bz2 gentoo-2-b00e68f36450fe8f8b50fe4bc6be7159818d5b19.zip |
Disable more stripping
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index daa218098426..6fce57bb6379 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.1 2008/03/15 18:09:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.2 2008/05/11 10:29:59 armin76 Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -172,7 +172,8 @@ mozconfig_init() { --enable-svg-renderer=cairo \ --enable-system-cairo \ --disable-strip \ - --disable-strip-libs + --disable-strip-libs \ + --disable-install-strip # This doesn't work yet #--with-system-png \ |