0001-curses-link.patch 407 B

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