2020-07-07 12:01:48 +02:00
|
|
|
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
|
2016-01-07 10:07:12 +01:00
|
|
|
AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs (or equivalent)])
|
2015-02-25 09:07:47 +01:00
|
|
|
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)
|