diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-31 05:25:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-31 05:25:11 +0000 |
commit | d668093fae0da73b105af60ee66fec6a0207c081 (patch) | |
tree | 8699c0a08fd60f3001b21a16d787ec7950f91d47 /app-shells | |
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')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p42.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index d6de2c7fc41d..3bea1ec41357 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.330 2013/01/03 03:31:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.331 2013/01/31 05:25:11 vapier Exp $ + + 31 Jan 2013; Mike Frysinger <vapier@gentoo.org> bash-4.2_p42.ebuild: + Set up AR when running configure #444070 by Denis M.. *bash-4.2_p42 (03 Jan 2013) 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 \ |