This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ready for test/1.5.2] coreutils-5.0.1-2


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
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]