ipsec-tools: fix typo in variable name
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 09:02:14 +0000 (10:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Feb 2017 09:02:14 +0000 (10:02 +0100)
As pointed out during the check-package discussion, there is a typo in a
variable name:

http://lists.busybox.net/pipermail/buildroot/2016-December/180765.html

Reported-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ipsec-tools/ipsec-tools.mk

index 98216eaea698f20c2614b7a276e1b8ce8b0ca8a7..eb910bc498f42fb81080fc91ea9b140ecaf2ad73 100644 (file)
@@ -57,7 +57,7 @@ endif
 ifneq ($(BR2_PACKAGE_IPSEC_TOOLS_READLINE),y)
 IPSEC_TOOLS_CONF_OPTS += --without-readline
 else
-IPSEC_DEPENDENCIES += readline
+IPSEC_TOOLS_DEPENDENCIES += readline
 endif
 
 ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_HYBRID),y)