projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c95641
)
readline: override termlib for host
author
Rosen Penev
<
[email protected]
>
Tue, 9 Jul 2024 21:06:57 +0000
(14:06 -0700)
committer
Robert Marko
<
[email protected]
>
Wed, 10 Jul 2024 07:39:32 +0000
(09:39 +0200)
For some reason, it's not working right locally. Override as is done
with the target build.
Signed-off-by: Rosen Penev <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/15916
Signed-off-by: Robert Marko <
[email protected]
>
package/libs/readline/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/readline/Makefile
b/package/libs/readline/Makefile
index 3ab28712af426ed25cced375704db84bc7857174..11b9e0172f844a9499aeed776a397e3c5529f293 100644
(file)
--- a/
package/libs/readline/Makefile
+++ b/
package/libs/readline/Makefile
@@
-48,6
+48,9
@@
endef
HOST_CONFIGURE_ARGS += --disable-shared --with-pic
CONFIGURE_ARGS += --with-curses --disable-install-examples
+HOST_CONFIGURE_VARS += \
+ bash_cv_termcap_lib=libncurses
+
CONFIGURE_VARS += \
bash_cv_wcwidth_broken=no \
bash_cv_func_sigsetjmp=yes \