On Fri, Aug 22, 2003 at 02:42:42PM -0500, Matthew Smith wrote:
>cgf, did you have to modify fileutils to deal with this problem, or is it
>new to coreutils? Should I link with automode.o?

The sources are available.  Why not check them?

I've included the mknetrel settings for fileutils below.

cgf

needdevoflags() {
    return 1
}

preconfig() {
    LIBS=`i686-pc-cygwin-gcc --print-file-name=binmode.o`
    export LIBS
    cat <<'EOF' >>config.cache
ac_cv_func_setvbuf=${ac_cv_func_setvbuf=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
EOF
}

Reply via email to