dev-java/icedtea: Work around --without-pax bug, fixes #581242

Package-Manager: portage-2.3.0
This commit is contained in:
James Le Cuirot
2016-08-03 23:43:01 +01:00
parent 563975acb0
commit 1098aafc2c

View File

@@ -309,7 +309,7 @@ src_configure() {
$(use_enable !headless-awt system-png) \
$(use_enable doc docs) \
$(use_enable infinality) \
$(use_with pax_kernel pax "${EPREFIX}/usr/sbin/paxmark.sh") \
--with-pax="${EPREFIX}"$(usex pax_kernel /usr/sbin/paxmark.sh /bin/true) \
$(use_enable sunec) \
${zero_config} ${cacao_config} ${jamvm_config} ${hs_config}
}