mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* ncurses: add tmux terminfo They're preferred terminal descriptions for tmux, with additional support to some special characters and italic fonts. More info can be found at: https://github.com/tmux/tmux/wiki/FAQ Fixes: FS#3404 Signed-off-by: Jitao Lu <dianlujitao@gmail.com> * ncurses: update to 6.3 release notes: https://invisible-island.net/ncurses/announce-6.3.html Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com> Co-authored-by: Jitao Lu <dianlujitao@gmail.com> Co-authored-by: Huangbin Zhan <zhanhb88@gmail.com>
23 lines
612 B
Diff
23 lines
612 B
Diff
--- a/aclocal.m4
|
|
+++ b/aclocal.m4
|
|
@@ -505,7 +505,7 @@ AC_CACHE_CHECK(for options to update arc
|
|
;;
|
|
(*)
|
|
cf_cv_ar_flags=unknown
|
|
- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
|
|
+ for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
|
|
do
|
|
|
|
# check if $ARFLAGS already contains this choice
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -5072,7 +5072,7 @@ else
|
|
;;
|
|
(*)
|
|
cf_cv_ar_flags=unknown
|
|
- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
|
|
+ for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
|
|
do
|
|
|
|
# check if $ARFLAGS already contains this choice
|