diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-01 23:29:44 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-01 23:29:44 +0000 |
commit | ee46004e7812188b6f432d87ebdb41a18d120d57 (patch) | |
tree | 381c6eff6ac25bceb3e6823922fbf9282a13f5d7 /packages/curl/curl_7.15.1.bb | |
parent | cf211746683f39d1fb0c7a02771a0c9a8003f59a (diff) | |
parent | a1b84ca79c1cd61dd5b2563104e69723070a6108 (diff) |
merge of '29262672242dce33a5d94bf91091b9a5a7ea7621'
and '9f671f6c3a17dbd8450e267353cf95d120238e50'
Diffstat (limited to 'packages/curl/curl_7.15.1.bb')
-rw-r--r-- | packages/curl/curl_7.15.1.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/curl/curl_7.15.1.bb b/packages/curl/curl_7.15.1.bb index 38050a71f1..5af2dfa7e1 100644 --- a/packages/curl/curl_7.15.1.bb +++ b/packages/curl/curl_7.15.1.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Command line tool and library for client-side URL transfers." LICENSE = "MIT" -DEPENDS = "zlib" +DEPENDS = "zlib gnutls" SECTION = "console/network" -PR = "r3" +PR = "r4" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2" S = "${WORKDIR}/curl-${PV}" @@ -12,7 +12,9 @@ inherit autotools pkgconfig binconfig EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ --without-ssl \ --with-random=/dev/urandom \ - --without-idn" + --without-idn \ + --enable-crypto-auth \ + " do_stage () { install -d ${STAGING_INCDIR}/curl |