blob: dc189315174e845c87f1bfbe1ccc36750a897a87 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001link 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
6--- a/support/shobj-conf
7+++ b/support/shobj-conf
8@@ -42,7 +42,7 @@ SHOBJ_XLDFLAGS=
9 SHOBJ_LIBS=
10
11 SHLIB_XLDFLAGS=
12-SHLIB_LIBS=
13+SHLIB_LIBS=-lncurses
14
15 SHLIB_DOT='.'
16 SHLIB_LIBPREF='lib'