X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fgit%2Fpatches%2F300-configure_for_crosscompiling;h=8a8ce289d93987d34908a606e8cd6362813bd74b;hb=a150eb16f3c2b11582ba1c625e11c491b9db0354;hp=0ccfaecd02084837ebd6eef50be55ae53002f319;hpb=711500512e6664e12ffcf4cd82cebcfb935124ea;p=feed%2Fpackages.git diff --git a/net/git/patches/300-configure_for_crosscompiling b/net/git/patches/300-configure_for_crosscompiling index 0ccfaecd02..8a8ce289d9 100644 --- a/net/git/patches/300-configure_for_crosscompiling +++ b/net/git/patches/300-configure_for_crosscompiling @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -844,7 +844,8 @@ AC_RUN_IFELSE( +@@ -867,7 +867,8 @@ AC_RUN_IFELSE( FILE *f = fopen(".", "r"); return f && fread(&c, 1, 1, f)]])], [ac_cv_fread_reads_directories=no], @@ -10,7 +10,7 @@ ]) if test $ac_cv_fread_reads_directories = yes; then FREAD_READS_DIRECTORIES=UnfortunatelyYes -@@ -878,7 +879,8 @@ AC_RUN_IFELSE( +@@ -901,7 +902,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 -@@ -901,7 +903,8 @@ yippeeyeswehaveit +@@ -924,7 +926,8 @@ yippeeyeswehaveit #endif ]), [ac_cv_sane_mode_bits=yes],