diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 5 |
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 | ||
23 | PACKAGECONFIG ??= "" | 23 | PACKAGECONFIG ??= "" |
24 | PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" | 24 | PACKAGECONFIG[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. | ||
29 | acpaths = "-I ./m4" | ||