diff options
Diffstat (limited to 'recipes/wget')
-rw-r--r-- | recipes/wget/wget_1.9.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/wget/wget_1.9.1.bb b/recipes/wget/wget_1.9.1.bb index d3858e4e47..b1e9404c01 100644 --- a/recipes/wget/wget_1.9.1.bb +++ b/recipes/wget/wget_1.9.1.bb @@ -15,8 +15,6 @@ inherit autotools gettext # Disable checking for SSL since that searches the system paths EXTRA_OECONF = "--enable-ipv6 --without-ssl" -# The unslung kernel does not support ipv6 -EXTRA_OECONF_unslung = "--without-ssl" # SlugOS kernels do not support ipv6. Can be loaded as a module. EXTRA_OECONF_slugos = "--without-ssl" |