mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
git: update to 2.33.0
* refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1001,7 +1001,8 @@ AC_RUN_IFELSE(
|
||||
@@ -966,7 +966,8 @@ AC_RUN_IFELSE(
|
||||
FILE *f = fopen(".", "r");
|
||||
return f != NULL;]])],
|
||||
[ac_cv_fread_reads_directories=no],
|
||||
@@ -10,7 +10,7 @@
|
||||
])
|
||||
if test $ac_cv_fread_reads_directories = yes; then
|
||||
FREAD_READS_DIRECTORIES=UnfortunatelyYes
|
||||
@@ -1035,7 +1036,8 @@ AC_RUN_IFELSE(
|
||||
@@ -1000,7 +1001,8 @@ AC_RUN_IFELSE(
|
||||
if (snprintf(buf, 3, "%s", "12345") != 5
|
||||
|| strcmp(buf, "12")) return 1]])],
|
||||
[ac_cv_snprintf_returns_bogus=no],
|
||||
@@ -20,7 +20,7 @@
|
||||
])
|
||||
if test $ac_cv_snprintf_returns_bogus = yes; then
|
||||
SNPRINTF_RETURNS_BOGUS=UnfortunatelyYes
|
||||
@@ -1058,7 +1060,8 @@ yippeeyeswehaveit
|
||||
@@ -1023,7 +1025,8 @@ yippeeyeswehaveit
|
||||
#endif
|
||||
]),
|
||||
[ac_cv_sane_mode_bits=yes],
|
||||
|
||||
Reference in New Issue
Block a user