001-cross_compile.patch 438 B

12345678910
  1. --- a/acinclude.m4 2016-02-19 15:21:01.000000000 +0300
  2. +++ b/acinclude.m4 2016-02-19 17:18:50.480874343 +0300
  3. @@ -211,7 +211,6 @@
  4. LONG_LONG_INT_FORMAT=''
  5. case $pgac_cv_snprintf_long_long_int_format in
  6. - cross) AC_MSG_RESULT([cannot test (not on host machine)]);;
  7. ?*) AC_MSG_RESULT([$pgac_cv_snprintf_long_long_int_format])
  8. LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;;
  9. *) AC_MSG_RESULT(none);;