summaryrefslogtreecommitdiff
path: root/package/lftp
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-08-08 22:41:50 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-10 14:49:11 +0200
commite56ef31c8c73e942b2484b9f45de9cda15234130 (patch)
tree8335069a6374cdaccfcb63b2f853c43bdd8c9cda /package/lftp
parent2a65eacfc11eae3a989e2d354e1c768217f04e4d (diff)
lftp: remove unneeded config options
When installation prefix is specified in "--with-readline" config option, lftp's build systems figures out include dir and linker flags. So don't specify --with-readline-{inc,libs} options which are anyways get ignored by build system. Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lftp')
-rw-r--r--package/lftp/lftp.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
index eab7731da..b46b80259 100644
--- a/package/lftp/lftp.mk
+++ b/package/lftp/lftp.mk
@@ -16,8 +16,6 @@ LFTP_DEPENDENCIES = readline zlib host-pkgconf
# Help lftp finding readline and zlib
LFTP_CONF_OPTS = \
--with-readline=$(STAGING_DIR)/usr \
- --with-readline-inc=$(STAGING_DIR)/usr/include/readline \
- --with-readline-lib=$(STAGING_DIR)/usr/lib \
--with-zlib=$(STAGING_DIR)/usr
ifneq ($(BR2_STATIC_LIBS),y)