diff options
-rw-r--r-- | meta/recipes-support/curl/curl_7.21.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/curl/curl_7.21.2.bb b/meta/recipes-support/curl/curl_7.21.2.bb index fd1d5ddf75..3208baf12f 100644 --- a/meta/recipes-support/curl/curl_7.21.2.bb +++ b/meta/recipes-support/curl/curl_7.21.2.bb | |||
@@ -22,11 +22,12 @@ EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ | |||
22 | --with-random=/dev/urandom \ | 22 | --with-random=/dev/urandom \ |
23 | --without-libidn \ | 23 | --without-libidn \ |
24 | --enable-crypto-auth \ | 24 | --enable-crypto-auth \ |
25 | ${CURLGNUTLS} \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | EXTRA_OECONF_append = " --with-gnutls=${STAGING_LIBDIR}/../" | 28 | CURLGNUTLS = " --with-gnutls=${STAGING_LIBDIR}/../" |
28 | EXTRA_OECONF_virtclass-native_append = " --without-gnutls" | 29 | CURLGNUTLS_virtclass-native = "--without-gnutls" |
29 | EXTRA_OECONF_virtclass-nativesdk_append = " --without-gnutls" | 30 | CURLGNUTLS_virtclass-nativesdk = "--without-gnutls" |
30 | 31 | ||
31 | do_configure_prepend() { | 32 | do_configure_prepend() { |
32 | sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac | 33 | sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac |