summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/wget/wget.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 049b898d39..dc381a6280 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -22,3 +22,8 @@ BBCLASSEXTEND += "nativesdk"
22 22
23PACKAGECONFIG ??= "" 23PACKAGECONFIG ??= ""
24PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" 24PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux"
25
26# Let aclocal use the relative path for the m4 file rather than
27# absolute, otherwise there might be an "Argument list too long" error
28# when it is built in a long/deep directory.
29acpaths = "-I ./m4"