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 | b105146a9d95c175e97906d50635fca077cc2ad3 (patch) | |
tree | d3629919b4e16f3e1286afdbde7bc2cf97d1d2de /eclass/gnatbuild.eclass | |
parent | Fixed gcc-4.3 build failure, bug #205468, thank Evil Compile Person for repor... (diff) | |
download | gentoo-2-b105146a9d95c175e97906d50635fca077cc2ad3.tar.gz gentoo-2-b105146a9d95c175e97906d50635fca077cc2ad3.tar.bz2 gentoo-2-b105146a9d95c175e97906d50635fca077cc2ad3.zip |
rolling back pax-mark fix, as it creates problems for multiple libs
Diffstat (limited to 'eclass/gnatbuild.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 |