diff options
author | 2010-12-23 15:15:34 +0000 | |
---|---|---|
committer | 2010-12-23 15:15:34 +0000 | |
commit | d5274db4a16ee1bf080901dcda1a873ce61e2e26 (patch) | |
tree | 55464a8e4493884331ede4139faf58d4ee105c74 /profiles/prefix | |
parent | Change slots of dev-python/beautifulsoup. (diff) | |
download | gentoo-2-d5274db4a16ee1bf080901dcda1a873ce61e2e26.tar.gz gentoo-2-d5274db4a16ee1bf080901dcda1a873ce61e2e26.tar.bz2 gentoo-2-d5274db4a16ee1bf080901dcda1a873ce61e2e26.zip |
must not use korn shell /bin/sh as CONFIG_SHELL on hpux too, but bash instead
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/hpux/profile.bashrc | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 72d8d1ff8ae9..f0577b340086 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.234 2010/12/23 11:58:12 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.235 2010/12/23 15:15:34 haubi Exp $ + + 23 Dec 2010; Michael Haubenwallner <haubi@gentoo.org> hpux/profile.bashrc: + must not use korn shell /bin/sh as CONFIG_SHELL on hpux too, but bash + instead 23 Dec 2010; Michael Haubenwallner <haubi@gentoo.org> aix/package.mask: >=gcc-4.3 still does not work on aix diff --git a/profiles/prefix/hpux/profile.bashrc b/profiles/prefix/hpux/profile.bashrc index 3f74ac3efe38..81a3e85aebd0 100644 --- a/profiles/prefix/hpux/profile.bashrc +++ b/profiles/prefix/hpux/profile.bashrc @@ -1,6 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/profile.bashrc,v 1.4 2009/07/22 16:29:51 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/profile.bashrc,v 1.5 2010/12/23 15:15:34 haubi Exp $ + +# /bin/sh is korn shell, incompatible with bash used by makefiles later. +# This is a problem with recent libtool detecting non-bashism 'print' fex. +export CONFIG_SHELL=${BASH} # On hpux, binary files (executables, shared libraries) in use # cannot be replaced during merge. |