* [Buildroot] [PATCH] rsync: make acl support non-random
@ 2014-03-31 17:28 Gustavo Zacarias
2014-04-03 18:18 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-03-31 17:28 UTC (permalink / raw)
To: buildroot
If acl is selected then add it to dependencies so it can be used by
rsync in a predictable fashion.
Extended attributes are handled directly via linux, there's no need
for the xattr package/library.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/rsync/rsync.mk | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index 35f128c..d0ceaa9 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -14,4 +14,10 @@ RSYNC_CONF_OPT = \
--with-included-zlib=no \
--with-included-popt=no
+ifeq ($(BR2_PACKAGE_ACL),y)
+ RSYNC_DEPENDENCIES += acl
+else
+ RSYNC_CONF_OPT += --disable-acl-support
+endif
+
$(eval $(autotools-package))
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] rsync: make acl support non-random
2014-03-31 17:28 [Buildroot] [PATCH] rsync: make acl support non-random Gustavo Zacarias
@ 2014-04-03 18:18 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-04-03 18:18 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Mon, 31 Mar 2014 14:28:10 -0300, Gustavo Zacarias wrote:
> If acl is selected then add it to dependencies so it can be used by
> rsync in a predictable fashion.
> Extended attributes are handled directly via linux, there's no need
> for the xattr package/library.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/rsync/rsync.mk | 6 ++++++
> 1 file changed, 6 insertions(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-03 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 17:28 [Buildroot] [PATCH] rsync: make acl support non-random Gustavo Zacarias
2014-04-03 18:18 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox