source:
freewrt/package/irssi/patches/100-cross_compiling_fix.patch@
9df7618
| Last change on this file since 9df7618 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 1.7 KB | |
-
irssi-0.8.10
diff -ruN irssi-0.8.10.orig/configure irssi-0.8.10/configure
old new 21848 21848 21849 21849 echo "$as_me:$LINENO: checking size of off_t" >&5 21850 21850 echo $ECHO_N "checking size of off_t... $ECHO_C" >&6 21851 if test "$cross_compiling" = yes; then21852 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling21853 See \`config.log' for more details." >&521854 echo "$as_me: error: cannot run test program while cross compiling21855 See \`config.log' for more details." >&2;}21856 { (exit 1); exit 1; }; }21857 else21858 21851 cat >conftest.$ac_ext <<_ACEOF 21859 21852 /* confdefs.h. */ 21860 21853 _ACEOF … … 21872 21865 } 21873 21866 21874 21867 _ACEOF 21875 rm -f conftest$ac_exeext 21876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21877 (eval $ac_link) 2>&5 21878 ac_status=$? 21879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21880 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21882 (eval $ac_try) 2>&5 21883 ac_status=$? 21884 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21885 (exit $ac_status); }; }; then 21886 21887 sizeof_off_t=`cat conftestval` 21888 rm -f conftestval 21889 21890 else 21891 echo "$as_me: program exited with status $ac_status" >&5 21892 echo "$as_me: failed program was:" >&5 21893 sed 's/^/| /' conftest.$ac_ext >&5 21894 21895 ( exit $ac_status ) 21896 21897 { { echo "$as_me:$LINENO: error: Unsupported off_t size" >&5 21898 echo "$as_me: error: Unsupported off_t size" >&2;} 21899 { (exit 1); exit 1; }; } 21900 21901 fi 21868 sizeof_off_t=8 21902 21869 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21903 fi21904 21870 echo "$as_me:$LINENO: result: $sizeof_off_t" >&5 21905 21871 echo "${ECHO_T}$sizeof_off_t" >&6 21906 21872
Note:
See TracBrowser
for help on using the repository browser.
