summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-26 20:39:53 +0000
committerMike Frysinger <vapier@gentoo.org>2011-09-26 20:39:53 +0000
commit39719e227340fb22087e4f6d70311160e9f00c0e (patch)
tree22e6faea40417fc2288c35353891066c1c937934
parentVersion bump. (diff)
downloadgentoo-2-39719e227340fb22087e4f6d70311160e9f00c0e.tar.gz
gentoo-2-39719e227340fb22087e4f6d70311160e9f00c0e.tar.bz2
gentoo-2-39719e227340fb22087e4f6d70311160e9f00c0e.zip
force internal jar usage by Serkan Kaba #384291
-rw-r--r--eclass/toolchain.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 62aebd165642..7031e324fc04 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.470 2011/09/26 17:32:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.471 2011/09/26 20:39:53 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1569,6 +1569,10 @@ toolchain_src_compile() {
einfo "CFLAGS=\"${CFLAGS}\""
einfo "CXXFLAGS=\"${CXXFLAGS}\""
+ # Force internal zip based jar script to avoid random
+ # issues with 3rd party jar implementations. #384291
+ export JAR=no
+
# For hardened gcc 4.3 piepatchset to build the hardened specs
# file (build.specs) to use when building gcc.
if ! tc_version_is_at_least 4.4 && want_minispecs ; then