mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
87b9825521
Update to the latest released version. Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
23 lines
612 B
Diff
23 lines
612 B
Diff
--- a/aclocal.m4
|
|
+++ b/aclocal.m4
|
|
@@ -523,7 +523,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
|
|
@@ -5110,7 +5110,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
|