001-cross_compile.patch (438B)
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 6 case $pgac_cv_snprintf_long_long_int_format in 7 - cross) AC_MSG_RESULT([cannot test (not on host machine)]);; 8 ?*) AC_MSG_RESULT([$pgac_cv_snprintf_long_long_int_format]) 9 LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;; 10 *) AC_MSG_RESULT(none);;