diff options
author | 2013-01-31 05:25:11 +0000 | |
---|---|---|
committer | 2013-01-31 05:25:11 +0000 | |
commit | d668093fae0da73b105af60ee66fec6a0207c081 (patch) | |
tree | 8699c0a08fd60f3001b21a16d787ec7950f91d47 /app-shells/bash/bash-4.2_p42.ebuild | |
parent | Bump for #449850 (diff) | |
download | gentoo-2-d668093fae0da73b105af60ee66fec6a0207c081.tar.gz gentoo-2-d668093fae0da73b105af60ee66fec6a0207c081.tar.bz2 gentoo-2-d668093fae0da73b105af60ee66fec6a0207c081.zip |
Set up AR when running configure #444070 by Denis M..
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-shells/bash/bash-4.2_p42.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.2_p42.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.2_p42.ebuild b/app-shells/bash/bash-4.2_p42.ebuild index 1af45cc92d70..90c52b82ecc2 100644 --- a/app-shells/bash/bash-4.2_p42.ebuild +++ b/app-shells/bash/bash-4.2_p42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p42.ebuild,v 1.1 2013/01/03 03:31:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p42.ebuild,v 1.2 2013/01/31 05:25:11 vapier Exp $ EAPI="1" @@ -119,6 +119,7 @@ src_compile() { # ncurses in one or two small places :(. use plugins && append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash + tc-export AR #444070 econf \ --with-installed-readline=. \ --with-curses \ |