summaryrefslogtreecommitdiffstats
path: root/package/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'package/rsync')
-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 7855595348..8887b67eca 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -9,7 +9,7 @@ RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
RSYNC_LICENSE = GPLv3+
RSYNC_LICENSE_FILES = COPYING
RSYNC_DEPENDENCIES = zlib popt
-RSYNC_CONF_OPT = \
+RSYNC_CONF_OPTS = \
$(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug) \
--with-included-zlib=no \
--with-included-popt=no
@@ -17,7 +17,7 @@ RSYNC_CONF_OPT = \
ifeq ($(BR2_PACKAGE_ACL),y)
RSYNC_DEPENDENCIES += acl
else
- RSYNC_CONF_OPT += --disable-acl-support
+ RSYNC_CONF_OPTS += --disable-acl-support
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud