diff options
author | George Shapovalov <george@gentoo.org> | 2008-11-29 00:46:02 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-11-29 00:46:02 +0000 |
commit | 494da3bb6c9965f955e15247f1cf4ec14cba875f (patch) | |
tree | cb4212fa5a8b71619dd92637b564ec4ad34ac4f0 /eclass | |
parent | Update JPL test-suite in development snapshot (diff) | |
download | historical-494da3bb6c9965f955e15247f1cf4ec14cba875f.tar.gz historical-494da3bb6c9965f955e15247f1cf4ec14cba875f.tar.bz2 historical-494da3bb6c9965f955e15247f1cf4ec14cba875f.zip |
tuning pax-marking to allow building on some hardened systems. Thank to markpk for suggestion (#249054)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 4e74ccdadca4..a36e7c60c9c3 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.42 2008/08/19 11:39:56 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.43 2008/11/29 00:46:02 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -326,7 +326,7 @@ gnatbuild_src_unpack() { case $1 in base_unpack) unpack ${A} - pax-mark E $(find ${GNATBOOT} -name gnat1) + pax-mark pmsE $(find ${GNATBOOT} -name gnat1) cd "${S}" # patching gcc sources, following the toolchain |