source: freewrt/package/irssi/patches/100-cross_compiling_fix.patch@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.7 KB
  • irssi-0.8.10

    diff -ruN irssi-0.8.10.orig/configure irssi-0.8.10/configure
    old new  
    2184821848
    2184921849echo "$as_me:$LINENO: checking size of off_t" >&5
    2185021850echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
    21851 if test "$cross_compiling" = yes; then
    21852   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
    21853 See \`config.log' for more details." >&5
    21854 echo "$as_me: error: cannot run test program while cross compiling
    21855 See \`config.log' for more details." >&2;}
    21856    { (exit 1); exit 1; }; }
    21857 else
    2185821851  cat >conftest.$ac_ext <<_ACEOF
    2185921852/* confdefs.h.  */
    2186021853_ACEOF
     
    2187221865  }
    2187321866
    2187421867_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
    2190221869rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    21903 fi
    2190421870echo "$as_me:$LINENO: result: $sizeof_off_t" >&5
    2190521871echo "${ECHO_T}$sizeof_off_t" >&6
    2190621872
Note: See TracBrowser for help on using the repository browser.