public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/
Date: Wed,  8 Mar 2017 13:48:46 +0000 (UTC)	[thread overview]
Message-ID: <1488980918.75443af4774ae964a1225dd823e4929d0a3aa2da.chewi@gentoo> (raw)

commit:     75443af4774ae964a1225dd823e4929d0a3aa2da
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 13:47:09 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 13:48:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75443af4

dev-java/icedtea: Always disable PCH on PaX systems, bug #601016

I will add this to 7.2 when it supports disabling PCH in 7.2.7.0.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-java/icedtea/icedtea-3.3.0.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-java/icedtea/icedtea-3.3.0.ebuild b/dev-java/icedtea/icedtea-3.3.0.ebuild
index 1bde5048e78..56c7b57cf85 100644
--- a/dev-java/icedtea/icedtea-3.3.0.ebuild
+++ b/dev-java/icedtea/icedtea-3.3.0.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
 
 EAPI="6"
@@ -280,6 +281,13 @@ src_configure() {
 		config+=" --disable-ccache"
 	fi
 
+	# PaX breaks pch, bug #601016
+	if use pch && ! host-is-pax; then
+		config+=" --enable-precompiled-headers"
+	else
+		config+=" --disable-precompiled-headers"
+	fi
+
 	config+=" --with-parallel-jobs=$(makeopts_jobs)"
 
 	unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
@@ -310,7 +318,6 @@ src_configure() {
 		$(use_enable doc docs) \
 		$(use_enable kerberos system-kerberos) \
 		$(use_with pax_kernel pax "${EPREFIX}/usr/sbin/paxmark.sh") \
-		$(use_enable pch precompiled-headers) \
 		$(use_enable sctp system-sctp) \
 		$(use_enable smartcard system-pcsc) \
 		$(use_enable sunec) \


             reply	other threads:[~2017-03-08 13:48 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08 13:48 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-08  0:39 [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/ Georgy Yakovlev
2021-12-01 11:46 Georgy Yakovlev
2021-12-01 11:46 Georgy Yakovlev
2021-11-09  3:06 Georgy Yakovlev
2021-11-09  3:06 Georgy Yakovlev
2021-06-09  8:41 Georgy Yakovlev
2021-05-02  8:35 Mikle Kolyada
2021-04-18  0:36 Georgy Yakovlev
2021-04-02  9:23 Georgy Yakovlev
2021-02-12  2:15 Georgy Yakovlev
2020-11-02 19:34 Georgy Yakovlev
2020-11-02 19:28 Georgy Yakovlev
2020-10-29  2:07 Georgy Yakovlev
2020-10-28 19:50 Georgy Yakovlev
2020-09-05  6:32 Georgy Yakovlev
2020-06-10 20:41 Georgy Yakovlev
2020-05-24  4:09 Georgy Yakovlev
2020-05-10  7:45 Georgy Yakovlev
2020-01-28  8:55 Georgy Yakovlev
2020-01-28  8:55 Georgy Yakovlev
2020-01-28  8:55 Georgy Yakovlev
2020-01-22  1:26 Georgy Yakovlev
2020-01-21 10:55 Georgy Yakovlev
2020-01-07 20:13 Georgy Yakovlev
2019-12-12 14:58 Michał Górny
2019-12-03  1:10 Georgy Yakovlev
2019-10-25 18:55 Georgy Yakovlev
2019-08-19  4:37 Georgy Yakovlev
2019-08-19  4:37 Georgy Yakovlev
2019-08-01  0:18 Georgy Yakovlev
2019-07-08 10:19 Michał Górny
2019-05-10  2:22 Georgy Yakovlev
2019-03-13  6:25 Georgy Yakovlev
2019-02-03 22:55 Georgy Yakovlev
2019-02-03 22:55 Georgy Yakovlev
2019-02-01  9:09 Georgy Yakovlev
2019-01-31 22:43 Georgy Yakovlev
2019-01-19  3:48 Georgy Yakovlev
2018-11-11 23:17 James Le Cuirot
2018-10-21 19:35 James Le Cuirot
2018-10-07 21:49 James Le Cuirot
2018-10-07 21:49 James Le Cuirot
2018-08-26  8:59 Michał Górny
2018-06-28 22:13 James Le Cuirot
2018-06-10  8:10 James Le Cuirot
2018-06-10  8:10 James Le Cuirot
2018-04-13  3:47 Benda XU
2018-04-08 19:01 James Le Cuirot
2018-03-08 22:20 James Le Cuirot
2018-03-08 22:17 James Le Cuirot
2017-11-04 17:53 James Le Cuirot
2017-11-04 17:53 James Le Cuirot
2017-08-12  9:40 James Le Cuirot
2017-08-12  9:40 James Le Cuirot
2017-08-01 19:29 James Le Cuirot
2017-08-01 19:29 James Le Cuirot
2017-07-24 20:46 James Le Cuirot
2017-07-24 20:46 James Le Cuirot
2017-05-28 22:31 James Le Cuirot
2017-05-28 22:31 James Le Cuirot
2017-05-22 10:05 James Le Cuirot
2017-05-22 10:05 James Le Cuirot
2017-03-07 21:56 James Le Cuirot
2017-03-07 21:56 James Le Cuirot
2017-01-29 23:15 James Le Cuirot
2017-01-26 21:50 James Le Cuirot
2017-01-26 21:50 James Le Cuirot
2016-11-26 10:48 James Le Cuirot
2016-11-19 17:18 James Le Cuirot
2016-11-19 17:18 James Le Cuirot
2016-11-19 17:18 James Le Cuirot
2016-11-19 17:18 James Le Cuirot
2016-08-08  8:39 Andrew Savchenko
2016-08-05  9:21 James Le Cuirot
2016-08-05  9:21 James Le Cuirot
2016-08-03 22:45 James Le Cuirot
2016-08-03 21:52 Austin English
2016-08-02 22:34 James Le Cuirot
2016-04-17 21:10 James Le Cuirot
2016-04-12 17:17 James Le Cuirot
2016-01-23 23:01 James Le Cuirot
2016-01-23 22:42 James Le Cuirot
2016-01-23 22:42 James Le Cuirot
2016-01-07 15:36 James Le Cuirot
2016-01-05 13:30 James Le Cuirot
2015-12-09 13:13 James Le Cuirot
2015-12-09 13:13 James Le Cuirot
2015-11-15 16:21 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488980918.75443af4774ae964a1225dd823e4929d0a3aa2da.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox