diff options
author | George Shapovalov <george@gentoo.org> | 2008-12-08 13:29:19 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-12-08 13:29:19 +0000 |
commit | 637e5d355ddff8f2ea7e1021f7de5da63d778c8e (patch) | |
tree | d84de006471929039984db0232778ffb7f5ba3ca /eclass | |
parent | Fixed gcc-4.3 build failure, bug #205468, thank Evil Compile Person for repor... (diff) | |
download | historical-637e5d355ddff8f2ea7e1021f7de5da63d778c8e.tar.gz historical-637e5d355ddff8f2ea7e1021f7de5da63d778c8e.tar.bz2 historical-637e5d355ddff8f2ea7e1021f7de5da63d778c8e.zip |
rolling back pax-mark fix, as it creates problems for multiple libs
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 ef483c2dc358..36cdb39b73e3 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.44 2008/12/05 08:36:00 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.45 2008/12/08 13:29:19 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -333,7 +333,7 @@ gnatbuild_src_unpack() { case $1 in base_unpack) unpack ${A} - pax-mark pmsE $(find ${GNATBOOT} -name gnat1) + pax-mark E $(find ${GNATBOOT} -name gnat1) cd "${S}" # patching gcc sources, following the toolchain |