aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-12-01 02:24:19 -0800
committerArmin Kuster <akuster808@gmail.com>2017-01-29 19:33:42 -0500
commitd57387900b7d86d2a3ec07843c39ddb69c12828a (patch)
treeb7a81cbbb263186fe0c7f9c4ecffcfdddb7aeefc /meta-networking
parentbfb9612adad34151cf282dcdb23c5a60e17a6071 (diff)
downloadmeta-openembedded-contrib-d57387900b7d86d2a3ec07843c39ddb69c12828a.tar.gz
lftp: do_configure: fix "Argument list too long"
Fixed when len(TMPDIR) = 410: aclocal: error: cannot open echo [snip]: Argument list too long This is becuase it has a lot of m4 files, use relative path for them can fix the problem. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb
index b0cd399fed..287821194c 100644
--- a/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb
+++ b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "ce6519831603c19c2cf2e3c10b41d6ddc87a16049b99383e7b9b77fbc7
inherit autotools gettext pkgconfig
+acpaths = "-I ./m4"
+
EXTRA_OECONF += "--with-modules"
PACKAGECONFIG ??= "libidn openssl zlib gnutls readline expat"