diff options
| -rw-r--r-- | meta/recipes-support/curl/curl_7.37.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb index 4b7f9ec922..8bcd9bae7c 100644 --- a/meta/recipes-support/curl/curl_7.37.1.bb +++ b/meta/recipes-support/curl/curl_7.37.1.bb | |||
| @@ -24,12 +24,11 @@ PACKAGECONFIG_class-native = "ipv6 ssl zlib" | |||
| 24 | PACKAGECONFIG_class-nativesdk = "ipv6 ssl zlib" | 24 | PACKAGECONFIG_class-nativesdk = "ipv6 ssl zlib" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 26 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 27 | PACKAGECONFIG[ssl] = "--with-ssl,--without-ssl,openssl" | 27 | PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openssl" |
| 28 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" | 28 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" |
| 29 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" | 29 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" |
| 30 | 30 | ||
| 31 | EXTRA_OECONF = "--without-libssh2 \ | 31 | EXTRA_OECONF = "--without-libssh2 \ |
| 32 | --with-random=/dev/urandom \ | ||
| 33 | --without-libidn \ | 32 | --without-libidn \ |
| 34 | --enable-crypto-auth \ | 33 | --enable-crypto-auth \ |
| 35 | --disable-ldap \ | 34 | --disable-ldap \ |
