From d72ea592d650817eb65d97a55ccb66b1a5c3728a Mon Sep 17 00:00:00 2001 From: "Joseph R. Prostko" Date: Tue, 6 May 2014 23:47:59 -0400 Subject: [PATCH] Update the Readline recipe files * This commit ensures that libreadline is always linked to libncurses --- sys-libs/readline/readline-6.2.recipe | 2 +- sys-libs/readline/readline-6.3.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/readline/readline-6.2.recipe b/sys-libs/readline/readline-6.2.recipe index d95f9099b..fc437e7d3 100644 --- a/sys-libs/readline/readline-6.2.recipe +++ b/sys-libs/readline/readline-6.2.recipe @@ -51,7 +51,7 @@ BUILD() autoconf runConfigure ./configure \ --with-curses - make $jobArgs + make $jobArgs SHLIB_LIBS=-lncurses } INSTALL() diff --git a/sys-libs/readline/readline-6.3.recipe b/sys-libs/readline/readline-6.3.recipe index 5062ab94e..ba12469e8 100644 --- a/sys-libs/readline/readline-6.3.recipe +++ b/sys-libs/readline/readline-6.3.recipe @@ -51,7 +51,7 @@ BUILD() autoconf runConfigure ./configure \ --with-curses - make $jobArgs + make $jobArgs SHLIB_LIBS=-lncurses } INSTALL()