diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.54.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.54.1.bb b/meta/recipes-support/curl/curl_7.54.1.bb index 54f3b667c8..04aeee72d1 100644 --- a/meta/recipes-support/curl/curl_7.54.1.bb +++ b/meta/recipes-support/curl/curl_7.54.1.bb | |||
@@ -48,13 +48,13 @@ PACKAGECONFIG[tftp] = "--enable-tftp,--disable-tftp," | |||
48 | PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver" | 48 | PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver" |
49 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" | 49 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" |
50 | PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" | 50 | PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" |
51 | PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2" | ||
51 | 52 | ||
52 | EXTRA_OECONF = " \ | 53 | EXTRA_OECONF = " \ |
53 | --enable-crypto-auth \ | 54 | --enable-crypto-auth \ |
54 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ | 55 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ |
55 | --without-libmetalink \ | 56 | --without-libmetalink \ |
56 | --without-libpsl \ | 57 | --without-libpsl \ |
57 | --without-nghttp2 \ | ||
58 | " | 58 | " |
59 | 59 | ||
60 | do_install_append() { | 60 | do_install_append() { |