diff options
Diffstat (limited to 'meta/recipes-extended/wget')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 278706835b..ba37a8740e 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -9,7 +9,8 @@ INC_PR = "r16" | |||
9 | inherit autotools gettext update-alternatives | 9 | inherit autotools gettext update-alternatives |
10 | 10 | ||
11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ | 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ |
12 | --with-ssl=openssl --disable-rpath --disable-iri" | 12 | --with-ssl=openssl --disable-rpath --disable-iri \ |
13 | ac_cv_header_uuid_uuid_h=no" | ||
13 | 14 | ||
14 | ALTERNATIVE_${PN} = "wget" | 15 | ALTERNATIVE_${PN} = "wget" |
15 | ALTERNATIVE_PRIORITY = "100" | 16 | ALTERNATIVE_PRIORITY = "100" |