mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
3bf10bac11
release notes: https://invisible-island.net/ncurses/announce-6.3.html Signed-off-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
|