From: Rod Whitby Date: Wed, 7 Dec 2005 17:16:00 +0000 (+0000) Subject: wget: Disabled ipv6 for the Unslung firmware. X-Git-Tag: Release-2010-05/1~9453^2~2967^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176a192069a78a7b860c0e6276bb3e4f9aa1a195;p=openembedded.git wget: Disabled ipv6 for the Unslung firmware. --- 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