Update the Readline recipe files

* This commit ensures that libreadline is always linked to libncurses
This commit is contained in:
Joseph R. Prostko
2014-05-06 23:47:59 -04:00
parent c40e2f7f6f
commit d72ea592d6
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ BUILD()
autoconf
runConfigure ./configure \
--with-curses
make $jobArgs
make $jobArgs SHLIB_LIBS=-lncurses
}
INSTALL()

View File

@@ -51,7 +51,7 @@ BUILD()
autoconf
runConfigure ./configure \
--with-curses
make $jobArgs
make $jobArgs SHLIB_LIBS=-lncurses
}
INSTALL()