forked from pool/rsync
Pedro Monreal Gonzalez
2b390fdfe4
- Updated to version 3.2.2 * Too many changes to list, see included NEWS.md file. - Add BR on pkgconfig(openssl), rsync now uses openssl for MD4/MD5 - Add BR on libzstd-devel and liblz4-devel to enabled lz4 and zstd compression support. - Add BR on xxhash-devel to enable xxhash checksum support. - Refresh rsync-add_back_use_slp_directive.patch - Drop rsync-both-compressions.patch, rsync-send_error_to_sender.patch, rsync-avoid-uploading-after-error.patch, rsync-fix-prealloc-to-keep-file-size-0-when-possible.patch: Fixed upstream. OBS-URL: https://build.opensuse.org/request/show/819170 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=78
14 lines
511 B
Diff
14 lines
511 B
Diff
Index: rsync-3.2.2/configure.ac
|
|
===================================================================
|
|
--- rsync-3.2.2.orig/configure.ac
|
|
+++ rsync-3.2.2/configure.ac
|
|
@@ -1309,7 +1309,7 @@ else
|
|
AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs (or equivalent)])
|
|
AC_DEFINE(SUPPORT_XATTRS, 1)
|
|
AC_DEFINE(NO_SYMLINK_USER_XATTRS, 1, [True if symlinks do not support user xattrs])
|
|
- AC_CHECK_LIB(attr,getxattr)
|
|
+ AC_SEARCH_LIBS([getxattr], [attr])
|
|
;;
|
|
darwin*)
|
|
AC_MSG_RESULT(Using OS X xattrs)
|