1link readline directly to ncurses since it needs symbols from it 2 3upstream readline does this on purpose (no direct linking), but 4it doesn't make much sense in a Linux world 5 6Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 7 8--- a/support/shobj-conf 9+++ b/support/shobj-conf 10@@ -42,7 +42,7 @@ 11 SHOBJ_LIBS= 12 13 SHLIB_XLDFLAGS= 14-SHLIB_LIBS= 15+SHLIB_LIBS=-lncurses 16 17 SHLIB_DOT='.' 18 SHLIB_LIBPREF='lib' 19