OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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