summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/curl/curl_7.37.1.bb4
1 files changed, 2 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 e2852e39a5..39ded80190 100644
--- a/meta/recipes-support/curl/curl_7.37.1.bb
+++ b/meta/recipes-support/curl/curl_7.37.1.bb
@@ -28,9 +28,9 @@ PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openss
28PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" 28PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
29PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" 29PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
30PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump" 30PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump"
31PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2"
31 32
32EXTRA_OECONF = "--without-libssh2 \ 33EXTRA_OECONF = "--without-libidn \
33 --without-libidn \
34 --enable-crypto-auth \ 34 --enable-crypto-auth \
35 --disable-ldap \ 35 --disable-ldap \
36 --disable-ldaps \ 36 --disable-ldaps \