d4c8f1170399f5e0c7202b1a337f284c2631f30a
[openwrt/openwrt.git] / package / libs / ncurses / patches / 103-ncurses-ar-determinism.patch
1 --- a/aclocal.m4
2 +++ b/aclocal.m4
3 @@ -451,7 +451,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 @@ -4503,7 +4503,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