summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/curl/curl_7.54.1.bb2
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,"
48PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver" 48PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver"
49PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" 49PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
50PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" 50PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5"
51PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2"
51 52
52EXTRA_OECONF = " \ 53EXTRA_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
60do_install_append() { 60do_install_append() {