[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Fri Oct 30 22:53:45 UTC 2020


The branch, master has been updated
       via  b4d2b275 Force HAVE_LCHOWN off for Linux (for now).
       via  07488001 Use the right powershell env syntax. [buildall]
      from  b7fab6f2 Allow cross-compilation with SIMD (x86_84) (#104)

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b4d2b275562158c2ef971d4800286517536ccd87
Author: Wayne Davison <wayne at opencoder.net>
Date:   Fri Oct 30 15:51:24 2020 -0700

    Force HAVE_LCHOWN off for Linux (for now).

commit 0748800118151d7755b7b62d47635b17b030f308
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Oct 7 14:02:28 2020 -0700

    Use the right powershell env syntax. [buildall]

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/build.yml | 2 +-
 configure.ac                | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 65de5a0d..a1e5996f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
       run: |
         cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel libxxhash0 libxxhash-devel
         curl.exe -o git-version.h https://download.samba.org/pub/rsync/generated-files/git-version.h
-        echo "C:/tools/cygwin/bin" >>$GITHUB_PATH
+        echo "C:/tools/cygwin/bin" >>$Env:GITHUB_PATH
     - name: configure
       run: bash -c './configure'
     - name: make
diff --git a/configure.ac b/configure.ac
index e469981b..447e51e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -860,6 +860,10 @@ AC_CHECK_FUNCS(waitpid wait4 getcwd chown chmod lchmod mknod mkfifo \
     extattr_get_link sigaction sigprocmask setattrlist getgrouplist \
     initgroups utimensat posix_fallocate attropen setvbuf nanosleep usleep)
 
+case "$host_os" in
+*linux*) ac_cv_func_lchmod=no ;; # Work around a glibc bug. TODO eventually remove this?
+esac
+
 dnl cygwin iconv.h defines iconv_open as libiconv_open
 if test x"$ac_cv_func_iconv_open" != x"yes"; then
     AC_CHECK_FUNC(libiconv_open, [ac_cv_func_iconv_open=yes; AC_DEFINE(HAVE_ICONV_OPEN, 1)])


-- 
The rsync repository.



More information about the rsync-cvs mailing list