ncurses: update to 6.2
[openwrt/staging/chunkeey.git] / package / libs / ncurses / patches / 103-ncurses-ar-determinism.patch
1 --- a/aclocal.m4
2 +++ b/aclocal.m4
3 @@ -454,7 +454,7 @@ AC_REQUIRE([CF_PROG_AR])
4
5 AC_CACHE_CHECK(for options to update archives, cf_cv_ar_flags,[
6 cf_cv_ar_flags=unknown
7 - for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
8 + for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
9 do
10
11 # check if $ARFLAGS already contains this choice
12 --- a/configure
13 +++ b/configure
14 @@ -4751,7 +4751,7 @@ if test "${cf_cv_ar_flags+set}" = set; t
15 else
16
17 cf_cv_ar_flags=unknown
18 - for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
19 + for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
20 do
21
22 # check if $ARFLAGS already contains this choice