summaryrefslogtreecommitdiff
path: root/package/lftp
diff options
context:
space:
mode:
Diffstat (limited to 'package/lftp')
-rw-r--r--package/lftp/lftp.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
index 34e50b36d..22cbb3ae5 100644
--- a/package/lftp/lftp.mk
+++ b/package/lftp/lftp.mk
@@ -12,21 +12,21 @@ LFTP_AUTORECONF = YES
LFTP_DEPENDENCIES = readline zlib host-pkgconf
ifneq ($(BR2_PREFER_STATIC_LIB),y)
-LFTP_CONF_OPT += --with-modules
+LFTP_CONF_OPTS += --with-modules
endif
ifeq ($(BR2_PACKAGE_GNUTLS),y)
LFTP_DEPENDENCIES += gnutls
-LFTP_CONF_OPT += --with-gnutls
+LFTP_CONF_OPTS += --with-gnutls
else
-LFTP_CONF_OPT += --without-gnutls
+LFTP_CONF_OPTS += --without-gnutls
endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)
LFTP_DEPENDENCIES += openssl
-LFTP_CONF_OPT += --with-openssl
+LFTP_CONF_OPTS += --with-openssl
else
-LFTP_CONF_OPT += --without-openssl
+LFTP_CONF_OPTS += --without-openssl
endif
# Remove /usr/share/lftp