From e56ef31c8c73e942b2484b9f45de9cda15234130 Mon Sep 17 00:00:00 2001 From: Rahul Bedarkar Date: Mon, 8 Aug 2016 22:41:50 +0530 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/lftp/lftp.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk index eab7731dac..b46b802595 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) -- 2.30.2