diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-23 10:39:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-23 10:39:46 +0000 |
commit | a5ab4c1e92a80b977b53072b349e05ab0f097dd1 (patch) | |
tree | c93cf04d86827b31ee317cdf0a2796be2db80175 /packages/curl | |
parent | 9030208546561970a18f0eb4be401b4d837aa310 (diff) | |
parent | 20e5fbe217c05900868741ec16b09092eaf0830a (diff) |
propagate from branch 'org.openembedded.dev' (head d8bfa63aa913e7227790ba2d02253cfbecce61ab)
to branch 'org.openembedded.dev.avr32' (head bb1b18fc3fa0562c4c7bd85bb0d9617c62261f2e)
Diffstat (limited to 'packages/curl')
-rw-r--r-- | packages/curl/curl_7.16.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/curl/curl_7.16.4.bb b/packages/curl/curl_7.16.4.bb index f59d32d17a..0053a12fdb 100644 --- a/packages/curl/curl_7.16.4.bb +++ b/packages/curl/curl_7.16.4.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Command line tool and library for client-side URL transfers." LICENSE = "MIT" DEPENDS = "zlib gnutls" SECTION = "console/network" -PR = "r0" +PR = "r1" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2" S = "${WORKDIR}/curl-${PV}" @@ -12,8 +12,9 @@ inherit autotools pkgconfig binconfig EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ --with-gnutls=${STAGING_BINDIR_CROSS}/ \ --without-ssl \ + --without-libssh2 \ --with-random=/dev/urandom \ - --without-idn \ + --without-libidn \ --enable-crypto-auth \ " |