search for: rsync_warn_flag

Displaying 1 result from an estimated 1 matches for "rsync_warn_flag".

2008 Jul 10
0
rsync-3.0.3 on TRU64 5.1a w/ provided c compiler
...(read: hack) was to edit the configure.sh script, and do a search for Wno-unused-parameters. A few lines below you will see: (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then rsync_warn_flag=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 change the rsync_warn_flag=yes to =no, and save. This disables the check, so that the return is always 'no', regardless of the outcome of the check. Re-run the configure scr...