diff options
author | 2009-09-30 03:04:28 +0000 | |
---|---|---|
committer | 2009-09-30 03:04:28 +0000 | |
commit | d5f5699cea1fcd1d37a20b8bc4169378f8b19a20 (patch) | |
tree | 2eeb236ff110ef6059ffc1c1561b1c954966b43f /sys-libs | |
parent | Dont use.mask nls or pam on linux/x86/minimal - disabled by default should be... (diff) | |
download | gentoo-2-d5f5699cea1fcd1d37a20b8bc4169378f8b19a20.tar.gz gentoo-2-d5f5699cea1fcd1d37a20b8bc4169378f8b19a20.tar.bz2 gentoo-2-d5f5699cea1fcd1d37a20b8bc4169378f8b19a20.zip |
Restore readline symlink to find local headers.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/readline/readline-6.0_p4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index bdb1339a5261..bf06cacdb244 100644 --- a/sys-libs/readline/ChangeLog +++ b/sys-libs/readline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.137 2009/09/27 06:32:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.138 2009/09/30 03:04:28 vapier Exp $ + + 30 Sep 2009; Mike Frysinger <vapier@gentoo.org> readline-6.0_p4.ebuild: + Restore readline symlink to find local headers. 27 Sep 2009; Mike Frysinger <vapier@gentoo.org> readline-6.0_p4.ebuild: Link rlfe dynamically against readline #284568 by Jonathan Callen. diff --git a/sys-libs/readline/readline-6.0_p4.ebuild b/sys-libs/readline/readline-6.0_p4.ebuild index ede059c0ad9f..439c2d843bd8 100644 --- a/sys-libs/readline/readline-6.0_p4.ebuild +++ b/sys-libs/readline/readline-6.0_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.0_p4.ebuild,v 1.2 2009/09/27 06:32:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.0_p4.ebuild,v 1.3 2009/09/30 03:04:28 vapier Exp $ inherit autotools eutils multilib toolchain-funcs flag-o-matic @@ -60,6 +60,7 @@ src_unpack() { # the bundled rlfe had its configure.in updated, but no one actually # ran autoconf to have the configure file updated + ln -s ../.. examples/rlfe/readline # for headers cd examples/rlfe eautoconf } |