summaryrefslogtreecommitdiffstats
path: root/package/rsync/rsync.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/rsync/rsync.mk')
-rw-r--r--package/rsync/rsync.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index 70fae85b18..f3263894c0 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -14,9 +14,9 @@ RSYNC_CONF_OPTS = \
--with-included-popt=no
ifeq ($(BR2_PACKAGE_ACL),y)
- RSYNC_DEPENDENCIES += acl
+RSYNC_DEPENDENCIES += acl
else
- RSYNC_CONF_OPTS += --disable-acl-support
+RSYNC_CONF_OPTS += --disable-acl-support
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud