repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git: fix build with with no threads
[buildroot-gz.git]
/
package
/
readline
/
0000-curses-link.patch
blob
56b4770220232868dc7b2a1cc2f9944090d8bbdc
1
link readline directly to ncurses since it needs symbols from it
2
3
upstream readline does this on purpose (no direct linking), but
4
it 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 @@
9
SHOBJ_LIBS=
10
11
SHLIB_XLDFLAGS=
12
-SHLIB_LIBS=
13
+SHLIB_LIBS=-lncurses
14
15
SHLIB_DOT='.'
16
SHLIB_LIBPREF='lib'