diff options
Diffstat (limited to 'packages/wget')
-rw-r--r-- | packages/wget/wget_1.9.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/wget/wget_1.9.1.bb b/packages/wget/wget_1.9.1.bb index b4aad904ba..87b7174e04 100644 --- a/packages/wget/wget_1.9.1.bb +++ b/packages/wget/wget_1.9.1.bb @@ -14,6 +14,9 @@ inherit autotools gettext EXTRA_OECONF = "--enable-ipv6" +# The unslung kernel does not support ipv6 +EXTRA_OECONF_unslung = "" + do_configure () { if [ ! -e acinclude.m4 ]; then mv aclocal.m4 acinclude.m4 |