aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-12-01 02:24:19 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-12-14 09:20:11 -0500
commit0fc2bd373a7dbcd3523d1f4536b7f16df0f726c3 (patch)
tree32023fecc40a7d9e02b9d15dbc59bf759e10de99 /meta-networking/recipes-connectivity
parent80c5535dbe9682ba12090f4914de5f964c98eb5d (diff)
downloadmeta-openembedded-contrib-0fc2bd373a7dbcd3523d1f4536b7f16df0f726c3.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>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-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"